ComponentOne FlexGrid for UWP
Multiply(Matrix,Matrix) Method

C1.UWP Assembly > C1.Xaml Namespace > Extensions Class > Multiply Method : Multiply(Matrix,Matrix) Method
The first matrix to multiply.
The matrix to multiply the left by (the right matrix in the multiplication).
Multiplies the left matrix by the right matrix.
Syntax
'Declaration
 
Public Overloads Shared Function Multiply( _
   ByVal left As Windows.UI.Xaml.Media.Matrix, _
   ByVal right As Windows.UI.Xaml.Media.Matrix _
) As Windows.UI.Xaml.Media.Matrix
public static Windows.UI.Xaml.Media.Matrix Multiply( 
   Windows.UI.Xaml.Media.Matrix left,
   Windows.UI.Xaml.Media.Matrix right
)

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.
See Also

Reference

Extensions Class
Extensions Members
Overload List