Rectangle Properties |
The Rectangle type exposes the following members.
| Name | Description | |
|---|---|---|
| Area |
Compute the area of this rectangle.
| |
| AspectRatio |
The aspect ratio denotes the ratio of length to width of the rectangle (Width / Height)
| |
| Centre |
Gets the centre of the rectangle
| |
| Height |
The height of a rectangle
| |
| MaxX |
The high x coordinate
| |
| MaxY |
The high y coordinate
| |
| MinX |
The low x coordinate
| |
| MinY |
The low y coordinate
| |
| Width |
The width of a rectangle
|