Rectangle Properties
.NET Framework 4
The Rectangle type exposes the following members.
| Name | Description | |
|---|---|---|
|
Bottom | Gets the y-coordinate that is the sum of the Y and Height property values of this Rectangle structure. |
|
Height | Gets or sets the height of this Rectangle structure. |
|
IsEmpty | Tests whether all numeric properties of this Rectangle have values of zero. |
|
Left | Gets the x-coordinate of the left edge of this Rectangle structure. |
|
Location | Gets or sets the coordinates of the upper-left corner of this Rectangle structure. |
|
Right | Gets the x-coordinate that is the sum of X and Width property values of this Rectangle structure. |
|
Size | Gets or sets the size of this Rectangle. |
|
Top | Gets the y-coordinate of the top edge of this Rectangle structure. |
|
Width | Gets or sets the width of this Rectangle structure. |
|
X | Gets or sets the x-coordinate of the upper-left corner of this Rectangle structure. |
|
Y | Gets or sets the y-coordinate of the upper-left corner of this Rectangle structure. |