ComponentOne Bitmap for UWP
MatrixProduct Method (Matrix4x4)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : MatrixProduct Method
The first matrix to multiply.
The second matrix to multiply.
Determines the product of two matrices.
Syntax
'Declaration
 
Public Shared Function MatrixProduct( _
   ByVal left As Matrix4x4, _
   ByVal right As Matrix4x4 _
) As Matrix4x4
public static Matrix4x4 MatrixProduct( 
   Matrix4x4 left,
   Matrix4x4 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

Matrix4x4 Structure
Matrix4x4 Members