Method PositionChanged
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.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
xintIndex of current character in the text.
yintIndex of current line in the text.
deltaXintHorizontal displacement.
deltaYintVertical displacement.
fileNamestringFile name of document containing bookmarks.
Returns
- bool
True if succeed; otherwise false.