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