Invert Method
Inverts the Matrix.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Matrix Invert()
Public Function Invert As Matrix
member Invert : unit -> Matrix
Return Value
Matrix
The inverted matrix.
Exceptions
InvalidOperationException | Matrix is not invertible. |