Sets the cursor position.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Sub SetCursorPosition ( _
	column As Integer, _
	row As Integer _
)
C#
public void SetCursorPosition(
	int column,
	int row
)

Parameters

column
Type: System..::..Int32
Cursor column (0 is the first column).
row
Type: System..::..Int32
Cursor row (0 is the first row).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also