Position

Position

Represents a PresentationSpace location as row/column coordinates.

Constructor

new Position(row, col)

Creates a new Position instance.

Parameters:
Name Type Description
row Number

PresentationSpace row coordinate.

col Number

PresentationSpace column coordinate.

Members

row :Number

PresentationSpace row coordinate.

Type:
  • Number

col :Number

PresentationSpace column coordinate.

Type:
  • Number