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

#include <uwmf.h>

Data Fields

uint16_t nPolys
 Number of polygons.
 
uint16_t aPolyCounts [1]
 Number of points in each polygon (sequential)
 

Detailed Description

WMF manual 2.2.2.17

There is an array "aPoints" of uint16_t after aPolyCounts that holds the coordinates.

Presumably it is in order [x1,y1],[x2,y2],etc. The documentation does not say, it might have y then x.

aPoints starts at aPolyCounts[nPolys]


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