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