Table of Contents

Method PositionChanged

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

PositionChanged(UpdateReason, int, int, int, int)

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

void PositionChanged(UpdateReason reason, int x, int y, int deltaX, int deltaY)

Parameters

reason UpdateReason

Reason of changing position.

x int

X-coordinate of current position.

y int

Y-coordinate of current position.

deltaX int

Horizontal offset.

deltaY int

Vertical offset.