The Rectangle type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Rectangle |
Create a new rectangle.
|
Methods
| Name | Description | |
|---|---|---|
| ToString |
Return a string in format '[' Left Bottom Width Height ']'.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| Bottom |
The bottom position in points.
| |
| Height |
The rectangle height in points.
| |
| Left |
The left position in points.
| |
| Width |
The rectangle width in points.
|