MoveTo Method
MoveTo(Int32, Int32)
Moves the current position to the given position.
Declaration
public virtual void MoveTo(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
Int32 | x | Index of character in the line to move to. |
Int32 | y | Index of line to move to. |
MoveTo(Point)
Moves the current position to the given position.
Declaration
public virtual void MoveTo(Point position)
Parameters
Type | Name | Description |
---|---|---|
Point | position | New location of the current position. |