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; |
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. |