RTree.Search Method

RTreeSearch Method

Overload List
  NameDescription
Public methodSearch(BoundingBox, EventHandlerRTreeEventArgs)
Searches for items in a bounding box.

The bounding box can be singular and contain exactly one single point.

Public methodSearch(Sphere, EventHandlerRTreeEventArgs)
Searches for items in a sphere.
Public methodSearch(BoundingBox, EventHandlerRTreeEventArgs, Object)
Searches for items in a bounding box.

The bounding box can be singular and contain exactly one single point.

Public methodCode exampleSearch(Sphere, EventHandlerRTreeEventArgs, Object)
Searches for items in a sphere.
Top
See Also