Piccolo.NET

PInputEventArgs.GetDeltaRelativeTo Method 

Return the delta between the last and current mouse positions relative to a given node on the pick path.

public virtual SizeF GetDeltaRelativeTo(
   PNode nodeOnPath
);

Parameters

nodeOnPath
The returned delta will be in the local coordinate system of this node.

Return Value

The delta between the last and current mouse positions relative to a given node on the pick path.

See Also

PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace