Quad |
The QuadTreeTItem type exposes the following members.
Name | Description | |
---|---|---|
Add | Adds an item to the quad tree. | |
AddRange | Adds items to the quad tree. | |
Clear | Removes all items from this node of the quad tree and its children. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetAllItems | Get all items in this quad tree, including all items in the children. | |
GetAllItems(ListTItem) | Get all items in this quad tree, including all items in the children. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetItems(RectangleD2D) | Get the items in this tree that intersect with the specified rectangle. | |
GetItems(RectangleD2D, ListTItem) | Get the items in this tree that intersect with the specified rectangle. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Remove | 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. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |