Matrix.

TryDecomposeTransform(Matrix, Matrix.Decomposed) Method

Summary

Decomposes given matrix into transform operations.
Namespace
Avalonia
Containing Type
Matrix

Syntax

public static bool TryDecomposeTransform(Matrix matrix, out Matrix.Decomposed decomposed)

Parameters

Name Type Description
matrix Matrix Matrix to decompose.
decomposed Matrix.Decomposed Decomposed matrix.

Return Value

Type Description
bool The status of the operation.