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_SCAN Struct Reference

#include <uwmf.h>

Data Fields

uint16_t count
 Number of entries in the ScanLines array.
 
uint16_t top
 Y coordinate of the top scanline.
 
uint16_t bottom
 Y coordinate of the bottom scanline.
 
uint16_t ScanLines [1]
 Array of 16 bit left/right pairs.
 

Detailed Description

Scan Object WMF manual 2.2.2.21 WMF manual 2.2.2.21

Mandatory field "count2" must follow ScanLines, but it cannot be placed into the struct because ScanLines has variable size. "count2" is an uint16_t value which must have the same value as count.


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