Multiply(Matrix,Matrix) Method
Multiplies the left matrix by the right matrix.
public static Windows.UI.Xaml.Media.Matrix Multiply(
Windows.UI.Xaml.Media.Matrix ,
Windows.UI.Xaml.Media.Matrix
)
'Declaration
Public Overloads Shared Function Multiply( _
ByVal As Windows.UI.Xaml.Media.Matrix, _
ByVal As Windows.UI.Xaml.Media.Matrix _
) As Windows.UI.Xaml.Media.Matrix
Parameters
- left
- The first matrix to multiply.
- right
- The matrix to multiply the left by (the right matrix in the multiplication).
Return Value
The product of multiplying the two matrices.