Class SKMatrixExtensions
Provides utility methods when working with SkiaSharp matrices.
Namespace: Artemis.UI.Shared.Extensions
Assembly: Artemis.UI.Shared.dll
Syntax
public static class SKMatrixExtensions
Methods
ToMatrix(SKMatrix)
Converts the matrix to an Avalonia Avalonia.Matrix.
Declaration
public static Matrix ToMatrix(this SKMatrix matrix)
Parameters
Type | Name | Description |
---|---|---|
SKMatrix | matrix | The matrix to convert. |
Returns
Type | Description |
---|---|
Matrix | The resulting Avalonia Avalonia.Matrix. |