Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RectanglePositionAndSize

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

Index

Properties

Properties

height

height: number

Height of rectangle

width

width: number

Width of rectangle

x

x: number

X coordinate of rectangles bottom-left corner.

y

y: number

Y coordinate of rectangles bottom-left corner.