In This Topic ▼

CONTAINERRECTDATA

Summary

The CONTAINERRECTDATA structure holds the coordinates of a rectangle object.

Syntax

typedef struct _CONTAINERRECTDATA 
{ 
   L_INT   nSize; 
   VECTORPOINT   vptRect[2]; 
} CONTAINERRECTDATA,  *pCONTAINERRECTDATA; 

Members

nSize

Size of this structure.

vptRect[2]

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

Value Meaning
vptRect[0].x x-coordinate of the upper-left corner of the rectangle.
vptRect[0].y y-coordinate of the upper-left corner of the rectangle.
vptRect[1].x x-coordinate of the lower-right corner of the rectangle.
vptRect[1].y y-coordinate of the lower-right corner of the 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.