Invert Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Windows.Media.Media3D
Assembly:  System.Windows (in System.Windows.dll)

public void Invert()

ExceptionCondition
InvalidOperationException

The matrix is not invertible.

To determine whether a Matrix3D is invertible, check its HasInverse property.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft