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

This is the type of all rectangles used in calls to ImageGear IG_...() functions (do not confuse with Windows struct type RECT, in which the type of the coordinates is different).

 
Copy Code
AT_PIXPOS left;
AT_PIXPOS top;
AT_PIXPOS right;
AT_PIXPOS bottom;

Members:

Name Type Description
left AT_PIXPOS X coordinate of the upper-left corner of rectangle.
top AT_PIXPOS Y coordinate of the upper-left corner of rectangle.
right AT_PIXPOS X coordinate of the lower-right corner of rectangle.
bottom AT_PIXPOS Y coordinate of the lower-right corner of rectangle.

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