RectangleF Properties |
The RectangleF type exposes the following members.
Name | Description | |
---|---|---|
Bottom |
Gets the y-coordinate of the bottom side of the rectangle.
| |
Left |
Gets the x-coordinate of the left side of the rectangle.
| |
Location |
Gets or sets the position of the upper, left corner of the rectangle.
| |
Right |
Gets the x-coordinate of the right side of the rectangle.
| |
Size |
Gets or sets the size (width, height) of the rectangle.
| |
Top |
Gets the y-coordinate of the top side of the rectangle.
|