ImageGear for C and C++ on Linux v20.0 - Updated
AT_DRECTANGLE
API Reference Guide > Core Component API Reference > Core Component Structures Reference > AT_DRECTANGLE

Stores a set of four integer numbers that represent the location and size of a double rectangle.

 
Copy Code
AT_DOUBLE x;
AT_DOUBLE y;
AT_DOUBLE width;
AT_DOUBLE height;

Members:

Name Type Description
x AT_DOUBLE X coordinate of the upper-left corner of the double rectangle.
y AT_DOUBLE Y coordinate of the upper-left corner of the double rectangle.
width AT_DOUBLE The width of the double rectangle.
height AT_DOUBLE The height of the double rectangle.

Is this page helpful?
Yes No
Thanks for your feedback.