Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RectanglePositionAndSize

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

Index

Properties

Properties

Readonly height

height : number

Height of rectangle

Readonly width

width : number

Width of rectangle

Readonly x

x : number

X coordinate of rectangles bottom-left corner.

Readonly y

y : number

Y coordinate of rectangles bottom-left corner.