Table of Contents

Method PositionChanged

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

PositionChanged(int, int, int, int)

Responds on changing position in the editor.

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

Parameters

x int

X-part of position to change.

y int

Y-part of position to change.

deltaX int

Horizontal displacement.

deltaY int

Vertical displacement.