Method Move | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Move(int, int)

Moves the cursor to the specified column and row.

public override void Move(int col, int row)

Parameters

col int

Column to move the cursor to.

row int

Row to move the cursor to.

Edit this page