| Rect Methods |
The Rect type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | ||
| getHeight |
Get the height of the rectangle.
| |
| getWidth |
Get the width of the rectangle.
| |
| getX1 |
Get The first X coordinate.
| |
| getX2 |
Get The second X coordinate.
| |
| getY1 |
Get The first Y coordinate.
| |
| getY2 |
Get The second Y coordinate.
| |
| normalize |
Normalizes the rectangle.
Normalizes the rectangle to the one with lower - left and upper - right corners assuming that the origin is in the lower - left corner of the page.
| |
| scale |
scale the rectangle.
| |
| set |
Set the coordinates of the rectangle.
|