For a list of all members of this type, see Rectangle members.
Name | Description | |
---|---|---|
Bottom | Returns the y-coordinate of the bottom edge of this rectangle. | |
Empty | Returns a Rectangle with the X, Y, Width, and Height properties initialized to zero. | |
Height | Returns or sets the height of this rectangle. | |
IsEmpty | Returns a boolean value indicating whether this rectangle is empty. | |
Left | Returns the x-coordinate of the left edge of this rectangle. | |
Right | Returns the x-coordinate of the right edge of this rectangle. | |
Top | Returns the y-coordinate of the top edge of this rectangle. | |
Width | Returns or sets the width of this rectangle. | |
X | Returns or sets the x-coordinate of the upper-left coordinate of this rectangle. | |
Y | Returns or sets the y-coordinate of the upper-left coordinate of this rectangle. |