Method Move NamespaceTerminal.Gui AssemblyTerminal.Gui.dll Move(int, int) Moves the cursor to the specified column and row. public abstract void Move(int col, int row) Parameters col int Column to move the cursor to. row int Row to move the cursor to.