mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 07:03:06 +00:00
[GDI] - Add type for setting world transform modification modes.
References: https://msdn.microsoft.com/en-us/library/cc230538.aspx https://github.com/KDE/krita/blob/master/libs/vectorimage/libemf/EmfEnums.h
This commit is contained in:
parent
f310b02337
commit
d85023c9c9
4 changed files with 9 additions and 4 deletions
|
@ -170,6 +170,12 @@ typedef enum GDILoObjType
|
|||
GDILoObjType_LO_METADC16_TYPE = 0x660000
|
||||
} GDILOOBJTYPE, *PGDILOOBJTYPE;
|
||||
|
||||
/**
|
||||
World Transform modification modes
|
||||
See [MS-EMF] Section 2.1.24
|
||||
*/
|
||||
#define MWT_SET 0x04
|
||||
|
||||
#define GdiWorldSpaceToPageSpace 0x203
|
||||
#define GdiWorldSpaceToDeviceSpace 0x204
|
||||
#define GdiPageSpaceToDeviceSpace 0x304
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue