| Overview | ||||||||||||||||
| Group | ||||||||||||||||
| Quick Info 
 
 | ||||||||||||||||
EMRPOLYLINE, EMRPOLYBEZIER, EMRPOLYGON, EMRPOLYBEZIERTO, EMRPOLYLINETO
The EMRPOLYLINE, EMRPOLYBEZIER, EMRPOLYGON, EMRPOLYBEZIERTO, and EMRPOLYLINETO structures contain members for the Polyline, PolyBezier, Polygon, PolyBezierTo, and PolylineTo enhanced metafile records. typedef struct tagEMRPOLYLINE{
EMR emr;
RECTL rclBounds; DWORD cptl; POINTL aptl[1]; } EMRPOLYLINE, *PEMRPOLYLINE,
EMRPOLYBEZIER, *PEMRPOLYBEZIER,
EMRPOLYGON, *PEMRPOLYGON,
EMRPOLYBEZIERTO, *PEMRPOLYBEZIERTO,
EMRPOLYLINETO, *PEMRPOLYLINETO; Members emr Base structure for all record types. rclBounds Bounding rectangle, in device units. cptl Number of points array. aptl Array of 32-bit points. See Also PolyBezier, PolyBezierTo, Polygon, Polyline, PolylineTo
- Software for developers
- 
				Delphi Components
 .Net Components
 Software for Android Developers
- More information resources
- 
				MegaDetailed.Net
 Unix Manual Pages
 Delphi Examples


