Table of Contents

Method PositionChanged

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

PositionChanged(int, int, int, int)

Responds on changing position in the popup window.

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

Parameters

x int

X-coordinate of current position.

y int

Y-coordinate of current position.

deltaX int

Horizontal offset.

deltaY int

Vertical offset.