RotatedRect
Defines the location, size, and rotation of a rotated rectangle.
Elements
Name | Type | Description |
---|---|---|
top | int | Location of the top edge of the rectangle before rotation. |
left | int | Location of the left edge of the rectangle before rotation. |
height | int | Height of the rectangle. |
width | int | Width of the rectangle. |
angle | double | The rotation, in degrees, of the rectangle. |