Piccolo.NET

PNode.ParentToLocal Method

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

Overload List

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

public virtual PointF ParentToLocal(PointF);

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

public virtual RectangleF ParentToLocal(RectangleF);

Transform the given size from this node's parent's local coordinate system to the local coordinate system of this node.

public virtual SizeF ParentToLocal(SizeF);

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility