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
- xint
- Index of current character in the text. 
- yint
- Index of current line in the text. 
- deltaXint
- Horizontal displacement. 
- deltaYint
- Vertical displacement. 
- fileNamestring
- File name of document containing bookmarks. 
Returns
- bool
- True if succeed; otherwise false.