Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new mxPoint(x?: number, y?: number): mxPoint

Properties

x

x: number

Variable: x

Holds the x-coordinate of the point. Default is 0.

y

y: number

Variable: y

Holds the y-coordinate of the point. Default is 0.

Methods

clone

equals

  • Function: equals

    Returns true if the given object equals this point.

    Parameters

    Returns boolean

Generated using TypeDoc