Table of Contents

Method SetCursorPositionImpl

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

SetCursorPositionImpl(int, int)

When overriden in derived class, positions the terminal output cursor to the specified point on the screen.

protected abstract bool SetCursorPositionImpl(int screenPositionX, int screenPositionY)

Parameters

screenPositionX int

Column to move cursor to

screenPositionY int

Row to move cursor to

Returns

bool