Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Container and Automation C++ Class Library Help

CONTAINERPOLYLINEDATA

Show in webframe

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

The CONTAINERPOLYLINEDATA structure holds the container polyline object coordinates.

Member

Description

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.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.