Method MoveTo
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
MoveTo(int, int)
When implemented by a class, moves the current position to the given position.
void MoveTo(int x, int y)
Parameters
MoveTo(Point)
When implemented by a class, moves the current position to the given position.
void MoveTo(Point position)
Parameters
position
PointNew location of the current position.