Moves the cursor to the specified location.
[Visual Basic]Public Shared Sub MoveCursor( _
ByVal x As Short, _
ByVal y As Short _
)
[C#]
public static void MoveCursor(
short x,
short y
);
Parameters
- x
- Specifies the x value of the new location.
- y
- Specifies the y value of the new location.
See Also
ConsoleAttributes Class | ConsoleAttributes Members | Org.Mentalis.Utilities.ConsoleAttributes Namespace