Rectangle Members
Contains the size and coordinates of a rectangle.Properties
| Name | Description |
|---|---|
| height | Gets the rectangle’s height. |
| width | Gets the rectangle’s width. |
| x | Gets the x-coordinate of the upper-left corner of the rectangle. |
| y | Gets the y-coordinate of the upper-left corner of the rectangle. |
See Also