Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Rect

deprecated

Definition of the rectangular region.

Hierarchy

  • Rect

Index

Constructors

Properties

Constructors

constructor

  • new Rect(top?: number, left?: number, bottom?: number, right?: number): Rect
  • Parameters

    • Default value top: number = 0
    • Default value left: number = 0
    • Default value bottom: number = 0
    • Default value right: number = 0

    Returns Rect

Properties

bottom

bottom: number

Y-axis of the bottom line.

left

left: number

X-axis of the left line.

right

right: number

X-axis of the right line.

top

top: number

Y-axis of the top line.

Generated using TypeDoc