MatrixTryInvert Method
Attempts to invert the Matrix.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool TryInvert(
out Matrix inverted
)
Public Function TryInvert (
<OutAttribute> ByRef inverted As Matrix
) As Boolean
member TryInvert :
inverted : Matrix byref -> bool
- inverted Matrix
-
BooleanThe inverted matrix or
when matrix is not invertible.