Set cursor position and visibility.
Namespace:
Rebex.TerminalEmulation.Interop
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Sub SetCursorPosition ( _ x As Integer, _ y As Integer, _ visible As Boolean _ ) |
C# |
---|
void SetCursorPosition( int x, int y, bool visible ) |
Parameters
- x
- Type: System..::..Int32
X.
- y
- Type: System..::..Int32
Y.
- visible
- Type: System..::..Boolean
True if visible, false if not visible.