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