SetPosition(int, int) Method
Sets the cursor position.
void SetPosition(int column, int line)
- Namespace
- Spectre
.Console - Containing Type
- IAnsiConsoleCursor
Parameters
- int column
- The column to move the cursor to.
- int line
- The line to move the cursor to.