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