In This Topic ▼

CONTAINERELLIPSEDATA

Summary

The CONTAINERELLIPSEDATA structure holds the coordinates of the bounding rectangle of an ellipse object.

Syntax

typedef struct _CONTAINERELLIPSEDATA 
{ 
   L_INT nSize; 
   VECTORPOINT vptEllipse[2]; 
} CONTAINERELLIPSEDATA, *pCONTAINERELLIPSEDATA; 

Members

nSize

Size of this structure.

vptEllipse

An array of structures that contain the upper-left and lower-right points of the bounding rectangle of the ellipse object. The contents of the array are as follows:

Value Meaning
vptEllipse [0].x x-coordinate of the upper-left corner of the ellipse's bounding rectangle.
vptEllipse [0].y y-coordinate of the upper-left corner of the ellipse's bounding rectangle.
vptEllipse [1].x x-coordinate of the lower-right corner of the ellipse's bounding rectangle.
vptEllipse [1].y y-coordinate of the lower-right corner of the ellipse's bounding rectangle.
Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.