Piccolo.NET

PNode.Intersects Method 

Return true if this node intersects the given rectangle specified in local bounds.

public virtual bool Intersects(
   RectangleF bounds
);

Parameters

bounds
The bounds to test for intersection.

Return Value

true if the given rectangle intersects this node's geometry.

Remarks

If the geometry of this node is complex, this method can become expensive. It is therefore recommended that FullIntersects is used for quick rejects before calling this method.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility