BoundingBox.Max Field

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

The maximum point the BoundingBox contains.

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

Syntax

'Declaration
Public Max As Vector3
public Vector3 Max

Remarks

The maximum point is the point with components that are greater than or equal to the components of every other point within the BoundingBox. Since a BoundingBox is axis aligned the maximum point is the upper-right corner of the front 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.