Share via


BoundingBox.Contains Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Tests whether the BoundingBox overlaps another bounding volume.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Contains(BoundingBox) Tests whether the BoundingBox contains another BoundingBox.
Public method Contains(BoundingFrustum) Tests whether the BoundingBox contains a BoundingFrustum.
Public method Contains(BoundingSphere) Tests whether the BoundingBox contains a BoundingSphere.
Public method Contains(Vector3) Tests whether the BoundingBox contains a point.
Public method Contains(BoundingBox%, ContainmentType%) Tests whether the BoundingBox contains a BoundingBox.
Public method Contains(BoundingSphere%, ContainmentType%) Tests whether the BoundingBox contains a BoundingSphere.
Public method Contains(Vector3%, ContainmentType%) Tests whether the BoundingBox contains a point.

Top