The XRect type exposes the following members.
Properties
Name | Description | |
---|---|---|
Bottom |
Gets the y-axis value of the bottom side of the rectangle.
| |
BottomLeft |
Gets the position of the bottom-left corner of the rectangle.
| |
BottomRight |
Gets the position of the bottom-right corner of the rectangle.
| |
Center |
Gets the center of the rectangle.
| |
Empty |
Gets the empty rectangle.
| |
Height |
Gets or sets the height of the rectangle.
| |
IsEmpty |
Gets a value indicating whether this instance is empty.
| |
Left |
Gets the x-axis value of the left side of the rectangle.
| |
Location |
Gets or sets the location of the rectangle.
| |
Right |
Gets the x-axis value of the right side of the rectangle.
| |
Size |
Gets or sets the size of the rectangle.
| |
Top |
Gets the y-axis value of the top side of the rectangle.
| |
TopLeft |
Gets the position of the top-left corner of the rectangle.
| |
TopRight |
Gets the position of the top-right corner of the rectangle.
| |
Width |
Gets or sets the width of the rectangle.
| |
X |
Gets or sets the X value of the rectangle.
| |
Y |
Gets or sets the Y value of the rectangle.
|
See Also