Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RectangleTwoPoints

Interface for defining dimensions of a Rectangle with two locations.

Index

Properties

Properties

Readonly x1

x1 : number

X coordinate of rectangles bottom-left corner.

Readonly x2

x2 : number

X coordinate of rectangles top-right corner.

Readonly y1

y1 : number

Y coordinate of rectangles bottom-left corner.

Readonly y2

y2 : number

Y coordinate of rectangles top-right corner.