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.
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);
PPickPath Class | UMD.HCIL.Piccolo.Util Namespace