MatrixHelperEx.Multiply(Matrix, Matrix) Method
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.
Implements WPF's Matrix.Multiply.
public static Windows.UI.Xaml.Media.Matrix Multiply (Windows.UI.Xaml.Media.Matrix matrix1, Windows.UI.Xaml.Media.Matrix matrix2);
static member Multiply : Windows.UI.Xaml.Media.Matrix * Windows.UI.Xaml.Media.Matrix -> Windows.UI.Xaml.Media.Matrix
Public Shared Function Multiply (matrix1 As Matrix, matrix2 As Matrix) As Matrix
Parameters
- matrix1
- Matrix
The left matrix.
- matrix2
- Matrix
The right matrix.
Returns
The product of the two matrices.