Table of Contents

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 int

The X-constituent of the Point value that specifies start position to change.

y int

The Y-constituent of the Point value that specifies start position to change.

deltaX int

Specifies horizontal displacement.

deltaY int

Specifies vertical displacement.

ch char

Can be used as punctuation or separator stop char.