Method PositionChanged
PositionChanged(int, int, int, int)
Updates specified position by DeltaX and DeltaY values for any attributes in the collection.
public virtual 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.