Click or drag to resize

QuadTreeTItem Methods

The QuadTreeTItem type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds an item to the quad tree.
Public methodAddRange Adds items to the quad tree.
Public methodClear Removes all items from this node of the quad tree and its children.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetAllItems Get all items in this quad tree, including all items in the children.
Public methodGetAllItems(ListTItem) Get all items in this quad tree, including all items in the children.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetItems(RectangleD2D) Get the items in this tree that intersect with the specified rectangle.
Public methodGetItems(RectangleD2D, ListTItem) Get the items in this tree that intersect with the specified rectangle.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemove Removes an item from the quad tree. If the item is removed successfully, and afterwards the quad has no items in its child quads anymore, the child quads will be removed as well.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also