Table of Contents

Method MoveTo

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

MoveTo(int, int)

Moves the current position to the given position.

public virtual 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)

Moves the current position to the given position.

public virtual void MoveTo(Point position)

Parameters

position Point

New location of the current position.