libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
|
DoublePseudoObject holds pairs of PseudoObjects. Used for constructing paths along with their types. The data stored in the PsuedoObjects maintains LittleEndian-ness, as expected in the final file. The type is U_RAW_OID, and there is no elements count at the beginning of Data. More...
#include <upmf.h>
Data Fields | |
uint32_t | Elements |
U_PSEUDO_OBJ * | poPoints |
U_PSEUDO_OBJ * | poTypes |
DoublePseudoObject holds pairs of PseudoObjects. Used for constructing paths along with their types. The data stored in the PsuedoObjects maintains LittleEndian-ness, as expected in the final file. The type is U_RAW_OID, and there is no elements count at the beginning of Data.
uint32_t U_DPSEUDO_OBJ::Elements |
Element count, applies to both PseudoObjects
U_PSEUDO_OBJ* U_DPSEUDO_OBJ::poPoints |
Points in path
U_PSEUDO_OBJ* U_DPSEUDO_OBJ::poTypes |
Types of points in path