CONTAINERPOLYLINEDATA

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.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Container and Automation C API Help