MatrixExtensions.HasInverse(Matrix) Method

Definition

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.

Applies to