[This is preliminary documentation and is subject to change.]
Builds an ANSI-BBS escape code that moves a cursor to
the left by the specified number of columns.
Namespace: Thought.Terminals
Assembly: Thought.Terminals (in Thought.Terminals.dll)
Version: 0.1.0.0
Syntax
| C# |
|---|
public string MoveCursorLeft( int columns ) |
| Visual Basic (Declaration) |
|---|
Public Function MoveCursorLeft ( _ columns As Integer _ ) As String |
| Visual C++ |
|---|
public: virtual String^ MoveCursorLeft ( int columns ) sealed |
Parameters
- columns
- Int32
The number of columns to move left.
Return Value
An ANSI-BBS escape code that moves the cursor toward the left by the specified number of columns. An empty string is returned if the column number is zero. The escapde code CSI n D.
See Also
AnsiTerminalProtocol Class
Thought.Terminals Namespace