IScreen.SetCursorPosition Method
Namespace: Rebex.TerminalEmulation.Interop
Assembly: Rebex.Terminal.dll (version 7.0.9448)
SetCursorPosition(Int32, Int32, Boolean)
Set cursor position and visibility.
Declaration
void SetCursorPosition(int x, int y, bool visible)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | x | X. |
| Int32 | y | Y. |
| Boolean | visible | True if visible, false if not visible. |