MoveToChar Method
MoveToChar(Int32)
Moves the current position to the specified character in current line.
Declaration
public virtual void MoveToChar(int x)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x | Index of character in current line to move to. |