Piccolo.NET

PBoundsHandle.OnStartHandleDrag Method 

Overridden. Notifies the node whose bounds this handle is locating itself on that SetBounds will be repeatedly called.

public override void OnStartHandleDrag(
   object sender,
   PointF point,
   PInputEventArgs e
);

Parameters

sender
The source of this handle drag event.
point
The drag position relative to the handle.
e
A PInputEventArgs that contains the event data.

See Also

PBoundsHandle Class | UMD.HCIL.PiccoloX.Handles Namespace