TryInvert Method
Attempts to invert the Matrix.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool TryInvert(
out Matrix inverted
)
Public Function TryInvert (
<OutAttribute> ByRef inverted As Matrix
) As Boolean
member TryInvert :
inverted : Matrix byref -> bool
Parameters
Return Value
Boolean
The inverted matrix or null when matrix is not invertible.