BoundingBox.CreateFromPoints Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Creates the smallest BoundingBox that will contain a group of points.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework.Math (in Microsoft.Xna.Framework.Math.dll)
Syntax
'Declaration
Public Shared Function CreateFromPoints ( _
points As IEnumerable(Of Vector3) _
) As BoundingBox
public static BoundingBox CreateFromPoints(
IEnumerable<Vector3> points
)
Parameters
- points
Type: System.Collections.Generic.IEnumerable<Vector3>
A list of points the BoundingBox should contain.
Return Value
Type: Microsoft.Xna.Framework.BoundingBox
The created BoundingBox.
Exceptions
Exception | Condition |
---|---|
ArgumentException | There are no points in points. |
ArgumentNullException | points is nulla null reference (Nothing in Visual Basic). |
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.