Table of Contents

Method PositionChanged

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

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

Updates all bookmarks appropriate specified conditions 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

IBookMark.FileName to check.

Returns

bool

True if succeed; otherwise false.