Inkscape
Vector Graphics Editor
|
First two fields of all EMF records, First two fields of all EMF+ records (1 or more within an EMF comment) For accessing iType and nSize files in all U_EMR* records Microsoft name: EMR Object. More...
#include <uemf.h>
Public Attributes | |
uint32_t | iType |
Type of EMR record. | |
uint32_t | nSize |
Size of entire record in bytes (multiple of 4). | |
First two fields of all EMF records, First two fields of all EMF+ records (1 or more within an EMF comment) For accessing iType and nSize files in all U_EMR* records Microsoft name: EMR Object.
uint32_t U_EMR::iType |
Type of EMR record.
Definition at line 2085 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Emf::AI_hack().
uint32_t U_EMR::nSize |
Size of entire record in bytes (multiple of 4).
Definition at line 2086 of file uemf.h.
Referenced by Inkscape::Extension::Internal::Emf::AI_hack().