ComponentOne Bitmap for UWP
Multiply(Matrix3x2,Matrix3x2) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix3x2 Structure > Multiply Method : Multiply(Matrix3x2,Matrix3x2) Method
The first matrix to multiply.
The second matrix to multiply.
Determines the product of two matrices (same as MatrixProduct).
Syntax
'Declaration
 
Public Overloads Shared Function Multiply( _
   ByRef left As Matrix3x2, _
   ByRef right As Matrix3x2 _
) As Matrix3x2
public static Matrix3x2 Multiply( 
   ref Matrix3x2 left,
   ref Matrix3x2 right
)

Parameters

left
The first matrix to multiply.
right
The second matrix to multiply.

Return Value

The product of the two matrices.
See Also

Reference

Matrix3x2 Structure
Matrix3x2 Members
Overload List