Piccolo.NET

PNode.FullIntersects Method 

Return true if the full bounds of this node intersect with the specified bounds.

public virtual bool FullIntersects(
   RectangleF bounds
);

Parameters

bounds
The bounds to test for intersection (specified in the parent's coordinate system).

Return Value

True if this node's full bounds intersect the given bounds.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility