Table of Contents

Method Move

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Move(int, int, bool)

This moves the cursor to the specified column and row in the view.

public void Move(int col, int row, bool clipped = false)

Parameters

col int

Col.

row int

Row.

clipped bool

Whether to clip the result of the ViewToScreen method, if set to true, the col, row values are clamped to the screen (terminal) dimensions (0..TerminalDim-1).