CONTAINERPOINTDATA

typedef struct _CONTAINERPOINTDATA
{
   L_INT         nSize;
   VECTORPOINT      vptPoint; 
} CONTAINERPOINTDATA,  *pCONTAINERPOINTDATA ;

The CONTAINERPOINTDATA structure holds the coordinates of a point object.

Member

Description

nSize

Size of this structure.

vptPoint

Structure that contains the coordinates of the point.