| RectangleF Fields |
The RectangleF type exposes the following members.
| Name | Description | |
|---|---|---|
| Empty |
An empty rectangle (all values set to zero).
| |
| Height |
The height of the rectangle.
| |
| Width |
The width of the rectangle.
| |
| X |
The x-coordinate of the rectangle. (Same as Left.)
| |
| Y |
The y-coordinate of the rectangle. (Same as Top.)
|