MatrixTransform.Matrix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Matrix Matrix { Matrix get(); void set(Matrix value); };
Matrix Matrix();
void Matrix(Matrix value);
public Matrix Matrix { get; set; }
var matrix = matrixTransform.matrix;
matrixTransform.matrix = matrix;
Public Property Matrix As Matrix
<MatrixTransform>
<MatrixTransform.Matrix>
singleMatrix
</MatrixTransform.Matrix>
</MatrixTransform>
Property Value
The Matrix structure that defines this transformation. The default is an identity Matrix. An identity matrix has a value of 1 in coefficients [1,1], [2,2], and [3,3]; and a value of 0 in the rest of the coefficients.