EMRPOLYPOLYLINE structure (wingdi.h)
The EMRPOLYPOLYLINE and EMRPOLYPOLYGON structures contain members for the PolyPolyline and PolyPolygon enhanced metafile records.
Syntax
typedef struct tagEMRPOLYPOLYLINE {
EMR emr;
RECTL rclBounds;
DWORD nPolys;
DWORD cptl;
DWORD aPolyCounts[1];
POINTL aptl[1];
} EMRPOLYPOLYLINE, *PEMRPOLYPOLYLINE, EMRPOLYPOLYGON, *PEMRPOLYPOLYGON;
Members
emr
The base structure for all record types.
rclBounds
The bounding rectangle, in device units.
nPolys
The number of polys.
cptl
The total number of points in all polys.
aPolyCounts[1]
An array of point counts for each poly.
aptl[1]
An array of POINTL structures, representing the points in logical units.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | wingdi.h (include Windows.h) |