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