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