CONTAINERPOLYLINEDATA

Summary

The CONTAINERPOLYLINEDATA structure holds the coordinates of the polyline object container.

Syntax

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

Members

L_INT nSize

Size of this structure.

VECTORPOINT pvptPoints

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

L_INT nPointCount

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

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

LEADTOOLS Container and Automation C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.