LEADTOOLS Container and Automation C++ Class Library Help > Quick Reference > Data Types > Container Data Types > 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. |