Rect
A rectangle in 2D space.
Properties
origin
readonly origin: Point;
The origin of the rectangle.
size
readonly size: Size;
The size of the rectangle.
A rectangle in 2D space.
readonly origin: Point;
The origin of the rectangle.
readonly size: Size;
The size of the rectangle.