RectangleF Properties |
The RectangleF type exposes the following members.
| Name | Description | |
|---|---|---|
| Bottom |
Gets the y-coordinate that is the sum of System.Drawing.RectangleF.Y and
System.Drawing.RectangleF.Height of this System.Drawing.RectangleF structure.
| |
| Height |
Gets or sets the height of this System.Drawing.RectangleF structure.
| |
| IsEmpty |
Tests whether the System.Drawing.RectangleF.Width or System.Drawing.RectangleF.Height
property of this System.Drawing.RectangleF has a value of zero.
| |
| Left |
Gets the x-coordinate of the left edge of this System.Drawing.RectangleF
structure.
| |
| Location |
Gets or sets the coordinates of the upper-left corner of this System.Drawing.RectangleF
structure.
| |
| Right |
Gets the x-coordinate that is the sum of System.Drawing.RectangleF.X and
System.Drawing.RectangleF.Width of this System.Drawing.RectangleF structure.
| |
| Size |
Gets or sets the size of this System.Drawing.RectangleF.
| |
| Top |
Gets the y-coordinate of the top edge of this System.Drawing.RectangleF structure.
| |
| Width |
Gets or sets the width of this System.Drawing.RectangleF structure.
| |
| X |
Gets or sets the x-coordinate of the upper-left corner of this System.Drawing.RectangleF
structure.
| |
| Y |
Gets or sets the y-coordinate of the upper-left corner of this System.Drawing.RectangleF
structure.
|