Piccolo.NET

PNode.LocalToParent Method

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

Overload List

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

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility