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
Data Fields
U_DPSEUDO_OBJ Struct Reference

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_OBJpoPoints
 
U_PSEUDO_OBJpoTypes
 

Detailed Description

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.

Field Documentation

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


The documentation for this struct was generated from the following file: