libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
|
#include <uwmf.h>
Data Fields | |
uint16_t | nPolys |
Number of polygons. | |
uint16_t | aPolyCounts [1] |
Number of points in each polygon (sequential) | |
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]