Rect
Defines the location and size of a rectangle.
Elements
Name | Type | Description |
---|---|---|
top | int | Location of the top edge of the rectangle. |
left | int | Location of the left edge of the rectangle. |
height | int | Height of the rectangle. |
width | int | Width of the rectangle. |