EMRPOLYDRAW结构包含PolyDraw增强型图元文件记录的成员。
typedef struct tagEMRPOLYDRAWenen
{
EMR emr;
RECTL rclBounds;
DWORD cptl;
POINTL aptl[1];
BYTE abTypes[1];
} EMRPOLYDRAW, *PEMRPOLYDRAW;
会员
EMRen
所有记录类型的基本结构。
rclBounds
边界矩形,以设备为单位。
CPTL
分数。
aptl
32位数组。
This structure is intended to be used by a DDE Management Library (DDEML) monitoring application.
使用数组数组来指定如何使用aptl数组中的每一个点。该成员可以是以下值之一:PT_MOVETO,PT_LINETO或PT_BEZIERTO。PT_LINETO或PT_BEZIERTO值可以通过使用bitwise-xOR运算符与PT_CLOSEFIGURE值组合。
也可以看看