Class MatrixTransform
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
MatrixThe matrix.
Fields
MatrixProperty
Defines the Matrix property.
public static readonly StyledProperty<Matrix> MatrixProperty
Field Value
Properties
Matrix
Gets or sets the matrix.
public Matrix Matrix { get; set; }
Property Value
Value
Gets the matrix.
public override Matrix Value { get; }