Piccolo.NET

PPickPath.CanvasToLocal Method

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.

Overload List

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,PNode);

Convert the given rectangle 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 RectangleF CanvasToLocal(RectangleF,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,PNode);

See Also

PPickPath Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility