Skip to main content

TryDecomposeTransform Method

Decomposes given matrix into transform operations.

Definition

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

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

Parameters

  Matrix
Matrix to decompose.
  Matrix.Decomposed
Decomposed matrix.

Return Value

Boolean
The status of the operation.

See Also

Reference

Matrix Structure
Avalonia Namespace