Table of Contents

Method PositionChanged

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

PositionChanged(int, int, int, int)

When implemented by a class, responds on changing position in the editor.

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.