The CONTAINEROBJECTTYPE data type contains the predefined object types used by the LEADTOOLS Container functions.
typedef enum
{
CONTAINER_OBJECT_TYPE_NONE
CONTAINER_OBJECT_TYPE_POINT,
CONTAINER_OBJECT_TYPE_LINE,
CONTAINER_OBJECT_TYPE_SQUARE,
CONTAINER_OBJECT_TYPE_RECT,
CONTAINER_OBJECT_TYPE_ELLIPSE,
CONTAINER_OBJECT_TYPE_CIRCLE,
CONTAINER_OBJECT_TYPE_POLYLINE,
CONTAINER_OBJECT_TYPE_BEZIER,
CONTAINER_OBJECT_TYPE_ARC,
CONTAINER_OBJECT_TYPE_TEXT
CONTAINER_OBJECT_TYPE_COUNT = 11
} CONTAINEROBJECTTYPE, *pCONTAINEROBJECTTYPE;
Container is un-initialized.
Point object.
Line object.
Square object.
Rectangular object.
Elliptical object.
Circular object.
Polyline object.
Bezier curve object.
Arc object.
Text object.
This is the maximum number of CONTAINEROBJECTTYPE.