In This Topic ▼

CONTAINERCIRCLEDATA

Summary

The CONTAINERCIRCLEDATA structure holds the coordinates of the bounding square of a circle object.

Syntax

typedef struct _CONTAINERCIRCLEDATA 
{ 
   L_INT  nSize; 
   VECTORPOINT vptCircle[2]; 
} CONTAINERCIRCLEDATA, *pCONTAINERCIRCLEDATA; 

Members

nSize

Size of this structure.

vptCircle

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

Value Meaning
vptCircle [0].x x-coordinate of the upper-left corner of the circle's bounding square.
vptCircle [0].y y-coordinate of the upper-left corner of the circle's bounding square.
vptCircle [1].x x-coordinate of the lower-right corner of the circle's bounding square.
vptCircle [1].y y-coordinate of the lower-right corner of the circle's bounding square.
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.