Method PositionChanged
PositionChanged(int, int, int, int, string)
Updates all bookmarks appropriate specified conditions 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.
fileNamestringIBookMark.FileName to check.
Returns
- bool
True if succeed; otherwise false.