Click or drag to resize

QuadTreeTItem Properties

The QuadTreeTItem type exposes the following members.

Properties
 NameDescription
Public propertyBottomLeftChild The bottom left child of this node of the quad tree (or null if it not exists).
Public propertyBottomRightChild The bottom right child of this node of the quad tree (or null if it not exists).
Public propertyBoundaries The rectangular area that is covered by this node of the quad tree.
Public propertyCount Total number of items in this quad tree, including the items in its children.
Public propertyItemsAtThisLevel The items contained in this node of the quad tree (i.e. without (!) the items in the child nodes).
Public propertyTopLeftChild The top left child of this node of the quad tree (or null if it not exists).
Public propertyTopRightChild The top right child of this node of the quad tree (or null if it not exists).
Top
See Also