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

Glossary Item Box

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

  Copy Code
AT_DIMENSION x;
AT_DIMENSION y;
AT_DIMENSION width;
AT_DIMENSION height;

Members:

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

©2014. Accusoft Corporation. All Rights Reserved.