Method PositionChanged
PositionChanged(int, int, int, int, IComparer<ISyntaxNode>)
When implemented by a class, updates content of this ISyntaxNode
.
bool PositionChanged(int x, int y, int deltaX, int deltaY, IComparer<ISyntaxNode> comparer)
Parameters
x
intIndex of current character in the text.
y
intIndex of current line in the text.
deltaX
intHorizontal displacement.
deltaY
intVertical displacement.
comparer
IComparer<ISyntaxNode>Search criteria.
Returns
- bool
True if succeed; otherwise false.