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
intIndex of current character in the text.
y
intIndex of current line in the text.
deltaX
intHorizontal displacement.
deltaY
intVertical displacement.
fileName
stringFile name of document containing bookmarks.
Returns
- bool
True if succeed; otherwise false.