Piccolo.NET

PPickPath.CanvasToLocal Method (SizeF, PNode)

Convert the given size 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 SizeF CanvasToLocal(
   SizeF canvasSize,
   PNode nodeOnPath
);

Parameters

canvasSize
The size in canvas coordinates.
nodeOnPath
The node for which the local coordinates will be computed.

Return Value

The size in the local coordinates of the given node.

See Also

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


Web Accessibility