Rectangle Properties |
The Rectangle type exposes the following members.
| Name | Description | |
|---|---|---|
| Bottom | Gets the y-coordinate in points that is the sum of the Top and Height property values of this Rectangle structure. | |
| Height | Gets or sets the height in points of this Rectangle structure. | |
| Left | Gets the x-coordinate in points of the left edge of this Rectangle structure. | |
| Location | Gets coordinates of the upper-left corner of this Rectangle structure. | |
| Right | Gets the x-coordinate in points that is the sum of Left and Width property values of this Rectangle structure. | |
| Top | Gets the y-coordinate in points of the top edge of this Rectangle structure. | |
| Width | Gets or sets the width in points of this Rectangle structure. |