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