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 PathPointType Enumeration

Macros

#define U_PPT_Start   0x00
 Start of path.
 
#define U_PPT_Line   0x01
 Line path.
 
#define U_PPT_Bezier   0x03
 Bezier path.
 
#define U_PPT_MASK   0x0F
 MASK for bits in flag.
 

Detailed Description

For EMF+ manual 2.1.1.23, Microsoft name: PathPointType Enumeration (U_PPT_*)