Table of Contents

Method Navigate

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

Navigate(int, int)

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

void Navigate(int deltaX, int deltaY)

Parameters

deltaX int

Horizontal offset.

deltaY int

Vertical offset.