Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Container and Automation C++ Class Library Help

CONTAINERRECTDATA

Show in webframe

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

The CONTAINERRECTDATA structure holds the coordinates of a rectangle object.

Member

Description

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.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.