libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
PMF CombineMode Enumeration

Macros

#define U_CM_Replace   0x00
 Region becomes new region.
 
#define U_CM_Intersect   0x01
 Region becomes intersection of existing region and new region.
 
#define U_CM_Union   0x02
 Region becomes union of existing and new regions.
 
#define U_CM_XOR   0x03
 Region becomes XOR of existing and new regions.
 
#define U_CM_Exclude   0x04
 Region becomes part of existing region not in new region.
 
#define U_CM_Complement   0x05
 Region becomes part of new region not in existing region.
 

Detailed Description

For EMF+ manual 2.1.1.4, Microsoft name: CombineMode Enumeration (U_CM_*)