[]
        
(Showing Draft Content)

Bounds

Interface: Bounds

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

Extends

Properties

height

height: number;

Height.

Inherited from

Size.height


width

width: number;

Width.

Inherited from

Size.width


x

x: number;

X position.

Inherited from

PointLocation.x


y

y: number;

Y position.

Inherited from

PointLocation.y