Method MoveToChar
MoveToChar(int)
Moves the current position to the specified character in the current line.
public virtual void MoveToChar(int x)
Parameters
xintIndex of character in the current line to move to.
Moves the current position to the specified character in the current line.
public virtual void MoveToChar(int x)
x intIndex of character in the current line to move to.