Table of Contents

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

x int

Index of character in the line to move to.

y int

Index of line to move to.

MoveTo(Point)

When implemented by a class, moves the current position to the given position.

void MoveTo(Point position)

Parameters

position Point

New location of the current position.