Data structure with top-left coordinates (x, y) and size (width, height) of the rectangle.

Hierarchy

Properties

Properties

x: number

X position.

y: number

Y position.

width: number

Width.

height: number

Height.