Skip to main content

TryInvert Method

Attempts to invert the Matrix.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public bool TryInvert(
out Matrix inverted
)

Parameters

  Matrix
 

Return Value

Boolean
The inverted matrix or null when matrix is not invertible.

See Also

Reference

Matrix Structure
Avalonia Namespace