Method Move | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Move(int, int)
Updates the column and row to the specified location in the buffer.
void Move(int col, int row)
Parameters
col
int
The column to move to.
row
int
The row to move to.