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
x
intIndex of current character in the text.
y
intIndex of current line in the text.
deltaX
intHorizontal displacement.
deltaY
intVertical displacement.
fileName
stringIBookMark.FileName to check.
Returns
- bool
True if succeed; otherwise false.