Table of Contents

Method Move

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Move(int, int)

Moves the drawing cursor to the specified Viewport-relative location in the view.

public bool Move(int col, int row)

Parameters

col int

Column (viewport-relative).

row int

Row (viewport-relative).

Returns

bool

Remarks

If the provided coordinates are outside the visible content area, this method does nothing.

The top-left corner of the visible content area is ViewPort.Location.