odo.api
/
straightway.odo.api.v0.ui
/
Grid
/
Pos
Pos
data class
Pos
(x:
Int
, y:
Int
)
Content copied to clipboard
A position if a UI element within a grid. The position components may well be negative.
Constructors
Properties
Constructors
Pos
Link copied to clipboard
fun
Pos
(x:
Int
, y:
Int
)
Content copied to clipboard
Properties
x
Link copied to clipboard
val
x
:
Int
Content copied to clipboard
The grid column.
y
Link copied to clipboard
val
y
:
Int
Content copied to clipboard
The grid row.