EMRPOLYDRAW16 structure
The EMRPOLYDRAW16 structure contains members for the PolyDraw enhanced metafile record.
Syntax
typedef struct tagEMRPOLYDRAW16 { EMR emr; RECTL rclBounds; DWORD cpts; POINTS apts[1]; BYTE abTypes[1]; } EMRPOLYDRAW16, *PEMRPOLYDRAW16;
Members
- emr
-
The base structure for all record types.
- rclBounds
-
The bounding rectangle, in device units.
- cpts
-
The number of points.
- apts
-
An array of POINTS structures, representing the data points in logical units.
- abTypes
-
An array of values that specifies how each point in the apts array is used. Each element can be one of the following values: PT_MOVETO, PT_LINETO, or PT_BEZIERTO. The PT_LINETO or PT_BEZIERTO value can be combined with the PT_CLOSEFIGURE value using the bitwise-OR operator.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Build date: 10/25/2012