Matrix3D.Invert Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Inverts this Matrix3D structure.
Assembly: System.Windows (in System.Windows.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | The matrix is not invertible. |
To determine whether a Matrix3D is invertible, check its HasInverse property.
Show: