C++ Class Library

The LEADTOOLS C++ Class Library is a wrapper to the LEADTOOLS C API and provides only a subset of the features and functionality otherwise available in the LEADTOOLS C API. For more information about the full feature set of the LEADTOOLS C API, refer to LEADTOOLS C API Introduction.

In This Topic ▼

CONTAINERPOLYLINEDATA

typedef struct _CONTAINERPOLYLINEDATA 
{ 
   L_INT   nSize; 
   VECTORPOINT   *pvptPoints; 
   L_INT   nPointCount; 
    
} CONTAINERPOLYLINEDATA, *pCONTAINERPOLYLINEDATA; 

The CONTAINERPOLYLINEDATA structure holds the container polyline object coordinates.

Members

nSize

Size of this structure.

pvptPoints

Pointer to an array of VECTORPOINT structures that contain the vertices of the polygon.

nPointCount

Specifies the number of vertices in the array. This value must be greater than or equal to 2.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Container and Automation C++ Class Library Help