MatrixExtensions.HasInverse(Matrix) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements WPF's Matrix.HasInverse
logic.
public static bool HasInverse (this Windows.UI.Xaml.Media.Matrix matrix);
static member HasInverse : Windows.UI.Xaml.Media.Matrix -> bool
<Extension()>
Public Function HasInverse (matrix As Matrix) As Boolean
Parameters
- matrix
- Matrix
The matrix.
Returns
True if matrix has an inverse.