SetCursorPosition(Point)

Method

Namespace: ANSITerm

Declared in: ANSITerm.IConsoleBackend


Sets the cursor position.

Syntax

public void SetCursorPosition(
	Point p
)

Parameters

p

Target location

See also

  • SetCursorPosition(int, int)

  • Back to index