| RectangleI Properties |
The RectangleI type exposes the following members.
| Name | Description | |
|---|---|---|
| Area |
Gets the area of this rectangle, the product of its width and height.
| |
| Bottom |
Gets the y-component of the bottom side of this rectangle.
| |
| BottomLeft |
Gets the position of the bottom left corner of this rectangle.
| |
| BottomRight |
Gets the position of the bottom right corner of this rectangle.
| |
| Center |
Gets the position of the center of this rectangle.
| |
| ExactCenter |
Gets the exact position of the center of this rectangle.
| |
| Height |
Gets or sets the height of this rectangle.
| |
| Left |
Gets the x-component of the left side of this rectangle.
| |
| Position |
Gets the position of this rectangle.
| |
| Right |
Gets the x-component of the right side of this rectangle.
| |
| Size |
Gets or sets the size of this rectangle, its width and height.
| |
| Top |
Gets the y-component of the top side of this rectangle.
| |
| TopLeft |
Gets the position of the top left corner of this rectangle.
| |
| TopRight |
Gets the position of the top right corner of this rectangle.
| |
| Width |
Gets or sets the width of this rectangle.
| |
| X |
Gets or sets the x-component of the position of this rectangle.
| |
| XMax |
Maximum x-value of this rectangle.
| |
| XMin |
Minimum x-value of this rectangle.
| |
| Y |
Gets or sets the y-component of the position of this rectangle.
| |
| YMax |
Maximum y-value of this rectangle.
| |
| YMin |
Minimum x-value of this rectangle.
|