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

SizeL Object WMF manual 2.2.2.22 Same as "EMF SIZEL Object" in uemf.h. More...

#include <uwmf.h>

Public Attributes

uint16_t Size16_4 [2]
 Total number of 16bit words in record.
 
uint8_t iType
 RecordType Enumeration.
 
uint8_t xb
 Extra high order byte associated with record type.
 

Detailed Description

SizeL Object WMF manual 2.2.2.22 Same as "EMF SIZEL Object" in uemf.h.

First three fields of MOST WMF records (not WMR_HEADER and WMR_PLACEABLE!)

This Sshould only used for accessing size and type fields.
It is NOT used as a prefix like U_EMR in uemf.h because it may cause alignment issues. Microsoft name: WMF Object

Definition at line 1070 of file uwmf.h.

Member Data Documentation

◆ iType

uint8_t U_METARECORD::iType

RecordType Enumeration.

Definition at line 1072 of file uwmf.h.

◆ Size16_4

uint16_t U_METARECORD::Size16_4[2]

Total number of 16bit words in record.

Definition at line 1071 of file uwmf.h.

◆ xb

uint8_t U_METARECORD::xb

Extra high order byte associated with record type.

Definition at line 1073 of file uwmf.h.


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