Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
U_EMR Struct Reference

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).
 

Detailed Description

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.

Definition at line 2084 of file uemf.h.

Member Data Documentation

◆ iType

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().

◆ nSize

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().


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