MatrixTryInvert Method

Attempts to invert the Matrix.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool TryInvert(
	out Matrix inverted
)

Parameters

inverted  Matrix
 

Return Value

Boolean
The inverted matrix or when matrix is not invertible.

See Also