Table of Contents

Method PositionChanged

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

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

Responds on changing position in the editor.

public virtual 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.