Method DragTo
DragTo(int, int)
Moves Margin
to specified position.
public virtual void DragTo(int x, int y)
Parameters
x
intThe X-constituent of the Point value that specifies position to drag.
y
intThe Y-constituent of the Point value that specifies position to drag.
DragTo(double, double)
public virtual void DragTo(double x, double y)