Class Point

Represents a location with an x and a y coordinate. Used in RenderBase.hitTest to specify client and viewport coordinates.

Hierarchy

  • Point

Index

Properties

Properties

x

x: number = 0

The x-position.

y

y: number = 0

The y-position.