ComponentOne Bitmap for UWP
Multiplication(Matrix3x2,Matrix3x2) Operator

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix3x2 Structure > Multiplication Operator : Multiplication(Matrix3x2,Matrix3x2) Operator
The first matrix.
The second matrix.
Calculates a matrix product for the given matrices.
Syntax
'Declaration
 
Overloads Public Operator *( _
   ByVal left As Matrix3x2, _
   ByVal right As Matrix3x2 _
) As Matrix3x2
public Matrix3x2 operator *( 
   Matrix3x2 left,
   Matrix3x2 right
)

Parameters

left
The first matrix.
right
The second matrix.

Return Value

The result of the matrix multiplication.
See Also

Reference

Matrix3x2 Structure
Matrix3x2 Members
Overload List