Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix3x2 Structure / Multiply Method / Multiply(Matrix3x2,Matrix3x2) Method
The first matrix to multiply.
The second matrix to multiply.

In This Topic
    Multiply(Matrix3x2,Matrix3x2) Method
    In This Topic
    Determines the product of two matrices.
    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