CONTAINERBEZIERDATA

typedef struct _CONTAINERBEZIERDATA 
{ 
   L_INT nSize; 
   VECTORPOINT vptBezier[4]; 
} CONTAINERBEZIERDATA, *pCONTAINERBEZIERDATA; 

The CONTAINERBEZIERDATA structure holds the coordinates of the endpoints and control points of a Bezier object.

Members

L_INT nSize

Size of this structure.

VECTORPOINT vptBezier[4]

Array of VECTORPOINT structures that contains the endpoints and control points of the curve. The order of the points is as follows:

Value Meaning
Point[0] Start point.
Point[1] First control point.
Point[2] Second control point.
Point[3] End point.
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Container and Automation C API Help

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