Interface: Rect

sync.api.math. Rect

Represents a rectangle.
Properties:
Name Type Description
left number The X-axis position of the top-left point of the rectangle.
top number The Y-axis position of the top-left point of the rectangle.
width number The width of the rectangle.
height number The height of the rectangle.