Piccolo.NET

PNode.LocalToGlobal Method

Transform the given point from this node's local coordinate system to the global coordinate system.

Overload List

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);

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility