Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RectangleTwoPoints

Interface for defining dimensions of a Rectangle with two locations.

Index

Properties

Properties

x1

x1: number

X coordinate of rectangles bottom-left corner.

x2

x2: number

X coordinate of rectangles top-right corner.

y1

y1: number

Y coordinate of rectangles bottom-left corner.

y2

y2: number

Y coordinate of rectangles top-right corner.