libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
|
Macros | |
#define | U_RNDT_Kids 0x00000000 |
One of the next 5 is to be applied. | |
#define | U_RNDT_And 0x00000001 |
AND the child nodes. | |
#define | U_RNDT_Or 0x00000002 |
OR the child nodes. | |
#define | U_RNDT_Xor 0x00000003 |
XOR the child nodes. | |
#define | U_RNDT_Exclude 0x00000004 |
Part of 1st child node not in 2nd child node. | |
#define | U_RNDT_Complement 0x00000005 |
Part of 2nd child node not in 1st child node. | |
#define | U_RNDT_Rect 0x10000000 |
Child node is a rectangle. | |
#define | U_RNDT_Path 0x10000001 |
Child node is a path. | |
#define | U_RNDT_Empty 0x10000002 |
Child node is empty. | |
#define | U_RNDT_Infinite 0x10000003 |
Child node has infinite extent (?) | |
For EMF+ manual 2.1.1.27, Microsoft name: RegionNodeDataType Enumeration (U_RNDT_*)