Method MoveToChar
MoveToChar(int)
When implemented by a class, moves the current position to the specified character in the current line.
void MoveToChar(int x)
Parameters
x
intIndex of character in the current line to move to.
When implemented by a class, moves the current position to the specified character in the current line.
void MoveToChar(int x)
x
intIndex of character in the current line to move to.