Method PositionChanged
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v10.dll
PositionChanged(int, int, int, int, char)
Changes positions of any tokens located next to the specified position.
public void PositionChanged(int x, int y, int deltaX, int deltaY, char ch)
Parameters
xintThe X-constituent of the Point value that specifies start position to change.
yintThe Y-constituent of the Point value that specifies start position to change.
deltaXintSpecifies horizontal displacement.
deltaYintSpecifies vertical displacement.
chcharCan be used as punctuation or separator stop char.