Transform the given point from global coordinates to this node's local coordinate system.
Transform the given point from global coordinates to this node's local coordinate system.
public virtual PointF GlobalToLocal(PointF);
Transform the given rectangle from global coordinates to this node's local coordinate system.
public virtual RectangleF GlobalToLocal(RectangleF);
Transform the given size from global coordinates to this node's local coordinate system.
public virtual SizeF GlobalToLocal(SizeF);
PNode Class | UMD.HCIL.Piccolo Namespace