Method PositionChanged
PositionChanged(int, int, int, int)
When implemented by a class, updates all line styles starting from specified position.
bool PositionChanged(int x, int y, int deltaX, int deltaY)Parameters
- xint
- Index of current character in the text. 
- yint
- Index of current line in the text. 
- deltaXint
- Horizontal displacement. 
- deltaYint
- Vertical displacement. 
Returns
- bool
- True if succeed; otherwise false.