Piccolo.NET

PNode.FindIntersectingNodes Method 

Checks this node and it's descendents for intersection with the given bounds and adds any intersecting nodes to the given list.

public void FindIntersectingNodes(
   RectangleF fullBounds,
   PNodeList results
);

Parameters

fullBounds
The bounds to check for intersection, in parent coordinates.
results
The resulting list of nodes.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace