ImageGear Professional DLL v18.1 for Windows
AT_RECT
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Core Component API Reference > Core Component Structures Reference > AT_RECT

Glossary Item Box

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.

©2014. Accusoft Corporation. All Rights Reserved.