Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Point

Hierarchy

  • Point

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Point(x: any, y: any): Point

Properties

x

x: number

y

y: number

Methods

delta

  • delta(delta: any): void
  • Parameters

    • delta: any

    Returns void

expand

  • expand(width: any, height: any): Rect