Share via


BoundingFrustum.Intersects Method (BoundingFrustum)

Checks whether the current BoundingFrustum intersects the specified BoundingFrustum.

Syntax

'Declaration
Public Function Intersects ( _
         frustum As BoundingFrustum _
) As Boolean 
public bool Intersects (
         BoundingFrustum frustum
)
public:
bool Intersects(
         BoundingFrustum frustum
)

Parameters

Return Value

Type: Boolean
true if the current BoundingFrustum intersects the specified BoundingFrustum; false otherwise.

Exceptions

Exception type Condition
ArgumentNullException frustum is null.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

BoundingFrustum Class
BoundingFrustum Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone