Piccolo.NET

PNode.LocalToGlobal Method (RectangleF)

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

public virtual RectangleF LocalToGlobal(
   RectangleF rectangle
);

Parameters

rectangle
The rectangle in local coordinate system to be transformed.

Return Value

The rectangle in global coordinates.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace | PNode.LocalToGlobal Overload List