Table of Contents

Method PositionChanged

Namespace
Alternet.Syntax
Assembly
Alternet.Syntax.v9.dll

PositionChanged(int, int, int, int)

Changes positions of any syntax nodes and its elements located next to the specified position.

public virtual void PositionChanged(int x, int y, int deltaX, int deltaY)

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.