Initializes a new instance of the MatrixTransform class.
M11 value of the matrix.
M12 value of the matrix.
M21 value of the matrix.
M22 value of the matrix.
M31 value of the matrix.
M32 value of the matrix.
Gets or sets the M11 value of the matrix.
Gets or sets the M11 value of the matrix.
Gets or sets the M12 value of the matrix.
Gets or sets the M12 value of the matrix.
Gets or sets the M21 value of the matrix.
Gets or sets the M21 value of the matrix.
Gets or sets the M22 value of the matrix.
Gets or sets the M22 value of the matrix.
Gets or sets the M31 value of the matrix.
Gets or sets the M31 value of the matrix.
Gets or sets the M32 value of the matrix.
Gets or sets the M32 value of the matrix.
Returns the identity transform.
Returns the transformation that is defined by the specified description.
A transformation description.
Returns the matrix transform that is defined by the specified description.
A matrix transform description.
Generated using TypeDoc
All transformation types are converted into a 3x3 matrix when they are applied. With the matrix transformation it's possible to define a transformation that is based on an arbitrary 3x3 matrix.