Method PositionChanged
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
PositionChanged(int, int, int, int)
When implemented by a class, updates all bookmarks starting from specified position.
bool PositionChanged(int x, int y, int deltaX, int deltaY)
Parameters
x
intIndex of current character in the text.
y
intIndex of current line in the text.
deltaX
intHorizontal displacement.
deltaY
intVertical displacement.
Returns
- bool
True if succeed; otherwise false.