Table of Contents

Method PositionChanged

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

PositionChanged(int, int, int, int, string)

Updates all bookmarks in the specified document starting from specified position.

public bool PositionChanged(int x, int y, int deltaX, int deltaY, string fileName)

Parameters

x int

Index of current character in the text.

y int

Index of current line in the text.

deltaX int

Horizontal displacement.

deltaY int

Vertical displacement.

fileName string

File name of document containing bookmarks.

Returns

bool

True if succeed; otherwise false.