Piccolo.NET

PNode.LocalToParent Method (RectangleF)

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

public virtual RectangleF LocalToParent(
   RectangleF rectangle
);

Parameters

rectangle
The rectangle in local coordinate system to be transformed.

Return Value

The rectangle in parent's local coordinate system.

See Also

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