CONTAINERSQUAREDATA

Summary

The CONTAINERSQUAREDATA holds the coordinates of a square object.

Syntax

typedef struct _CONTAINERSQUAREDATA 
{ 
   L_INT nSize ; 
   VECTORPOINT vptSquare [ 2 ] ; 
    
} CONTAINERSQUAREDATA, *pCONTAINERSQUAREDATA ; 

Members

nSize

Size of the structure.

vptSquare [ 2 ]

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

Value Meaning
vptSquare[0].x X-coordinate of the upper-left corner of the square.
vptSquare[0].y Y-coordinate of the upper-left corner of the square.
vptSquare[1].x X-coordinate of the lower-right corner of the square.
vptSquare[1].y Y-coordinate of the lower-right corner of the square.
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 API Help

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