Table of Contents

Method PositionChangedY

Namespace
Alternet.Syntax.Parsers.TypeScript
Assembly
Alternet.Syntax.Parsers.TypeScript.v9.dll

PositionChangedY(int, int, int)

Updates specified position by deltaY values for any LineToken in the collection.

public void PositionChangedY(int x, int y, int deltaY)

Parameters

x int

Index of current character in the text.

y int

Index of current line in the text.

deltaY int

Vertical displacement.