BoundingBox Constructor

Creates an instance of BoundingBox.

Syntax

'Declaration
Public Sub New ( _
         min As Vector3, _
         max As Vector3 _
)
public BoundingBox (
         Vector3 min,
         Vector3 max
)
public:
BoundingBox(
         Vector3 min,
         Vector3 max
)

Parameters

Requirements

Namespace: Microsoft.Xna.Framework

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

See Also

Reference

BoundingBox Structure
BoundingBox Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone