typedef struct _CONTAINERPOLYLINEDATA
{
L_INT nSize;
VECTORPOINT *pvptPoints;
L_INT nPointCount;
} CONTAINERPOLYLINEDATA, *pCONTAINERPOLYLINEDATA ;
The CONTAINERPOLYLINEDATA structure holds the coordinates of the polyline object container.
Size of this structure.
Pointer to an array of VECTORPOINT structures that contain the vertices of the polygon.
Specifies the number of vertices in the array. This value must be greater than or equal to 2.