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