Table of Contents

Class MatrixTransform

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

Transforms an Visual according to a Matrix.

public sealed class MatrixTransform : Transform, INotifyPropertyChanged, IMutableTransform, ITransform
Inheritance
MatrixTransform
Implements
Inherited Members
Extension Methods

Constructors

MatrixTransform()

Initializes a new instance of the MatrixTransform class.

public MatrixTransform()

MatrixTransform(Matrix)

Initializes a new instance of the MatrixTransform class.

public MatrixTransform(Matrix matrix)

Parameters

matrix Matrix

The matrix.

Fields

MatrixProperty

Defines the Matrix property.

public static readonly StyledProperty<Matrix> MatrixProperty

Field Value

StyledProperty<Matrix>

Properties

Matrix

Gets or sets the matrix.

public Matrix Matrix { get; set; }

Property Value

Matrix

Value

Gets the matrix.

public override Matrix Value { get; }

Property Value

Matrix