Piccolo.NET

PPickPath.CanvasToLocal Method (PointF, PNode)

Convert the given point from canvas coordinates, down the pick path (and through any camera view transforms applied to the path) to the local coordinates of the given node.

public virtual PointF CanvasToLocal(
   PointF canvasPoint,
   PNode nodeOnPath
);

Parameters

canvasPoint
The point in canvas coordinates.
nodeOnPath
The node for which the local coordinates will be computed.

Return Value

The point in the local coordinates of the given node.

See Also

PPickPath Class | UMD.HCIL.Piccolo.Util Namespace | PPickPath.CanvasToLocal Overload List


Web Accessibility