Rectangle Properties
.NET Framework (current version)
Namespace:
System.Drawing
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Bottom | |
![]() | 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 | |
![]() | 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. |
Show:
