BoundingBox.Min Field

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

The minimum point the BoundingBox contains.

Namespace:  Microsoft.Xna.Framework
Assembly:  Microsoft.Xna.Framework.Math (in Microsoft.Xna.Framework.Math.dll)

Syntax

'Declaration
Public Min As Vector3
public Vector3 Min

Remarks

The minimum point is the point with components that are less than or equal to the components of every other point within the BoundingBox. Since a BoundingBox is axis aligned the minimum point is the lower-left corner of the back face of the BoundingBox when looking at it from the positive z direction.

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.