Piccolo.NET

PInputEventArgs.GetPositionRelativeTo Method 

Return the mouse position relative to a given node on the pick path.

public virtual PointF GetPositionRelativeTo(
   PNode nodeOnPath
);

Parameters

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

Return Value

The mouse position relative to a given node on the pick path.

See Also

PInputEventArgs Class | UMD.HCIL.Piccolo.Event Namespace