Table of Contents

Method SetCursorPositionImpl

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

SetCursorPositionImpl(int, int)

When overriden in derived class, positions the terminal draw cursor to the specified point on the screen. Note, this does NOT update any internal cursor position state - that is the responsibility of the caller.

protected override bool SetCursorPositionImpl(int col, int row)

Parameters

col int
row int

Returns

bool