Interface for defining dimensions of a Rectangle with position and size.

Hierarchy

  • RectanglePositionAndSize

Properties

Properties

height: number

Height of rectangle

width: number

Width of rectangle

x: number

X coordinate of rectangles bottom-left corner.

y: number

Y coordinate of rectangles bottom-left corner.