[This is preliminary documentation and is subject to change.]

The BoundingBox type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Clone()()()()
Contains(BoundingBox)
Checks if another bounding box is wholly contained inside this one.
Contains(Vector3I)
Checks if a given point is inside this bounding box.
Contains(Int32, Int32, Int32)
Checks if a given point is inside this bounding box.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Equals(BoundingBox)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetIntersection(BoundingBox)
Returns a BoundingBox object that describes the space shared between this and another box.
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Insersects(BoundingBox)
Checks whether this bounding box intersects/touches another one.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Serialize()()()()
Serialize(String)
ToString()()()() (Overrides Object..::..ToString()()()().)

See Also