Rectangle Properties
Contains the size and coordinates of a rectangle.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