Matrix.Invert Method (Matrix%, Matrix%)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Calculates the inverse of a matrix.
Namespace:  Microsoft.Xna.Framework
Assembly:  Microsoft.Xna.Framework.Math (in Microsoft.Xna.Framework.Math.dll)
Syntax
'Declaration
Public Shared Sub Invert ( _
    ByRef matrix As Matrix, _
    <OutAttribute> ByRef result As Matrix _
)
public static void Invert(
    ref Matrix matrix,
    out Matrix result
)
Parameters
- matrix
 Type: Microsoft.Xna.Framework.Matrix%
 Source matrix.
- result
 Type: Microsoft.Xna.Framework.Matrix%
 [OutAttribute] The inverse of matrix. The same matrix can be used for both arguments.
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.