Table of Contents

Method DragTo

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

DragTo(int, int)

When implemented by a class, moves IMargin to specified position.

void DragTo(int x, int y)

Parameters

x int

The X-constituent of the Point value that specifies position to drag.

y int

The Y-constituent of the Point value that specifies position to drag.