Method SetCursorPosition
SetCursorPosition(int, int)
Moves the console cursor to the given location.
public void SetCursorPosition(int col, int row)
Moves the console cursor to the given location.
public void SetCursorPosition(int col, int row)