Piccolo.NET

PNode.GlobalToLocal Method

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

Overload List

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

public virtual PointF GlobalToLocal(PointF);

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

public virtual RectangleF GlobalToLocal(RectangleF);

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

public virtual SizeF GlobalToLocal(SizeF);

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility