Container class to hold information about a rectangle.

Hierarchy

  • Rectangle

Constructors

Properties

Constructors

Properties

height: number

Width of the rectangle.

left: number

Distance from the left edge of a parent.

top: number

Distance from the top edge of a parent.

width: number

Height of the rectangle.

Generated using TypeDoc