In This Topic ▼

CONTAINERBEZIERDATA

Summary

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

Syntax

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

Members

nSize

Size of this structure.

vptBezier

Array of VECTORPOINT structures that contain 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 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++ Class Library Help

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