Method PositionChanged
- Namespace
- Alternet.Syntax.Parsers.TypeScript
- Assembly
- Alternet.Syntax.Parsers.TypeScript.v9.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
x
intThe X-constituent of the Point value that specifies start position to change.
y
intThe Y-constituent of the Point value that specifies start position to change.
deltaX
intSpecifies horizontal displacement.
deltaY
intSpecifies vertical displacement.
ch
charCan be used as punctuation or separator stop char.