Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / Multiply Method
The second matrix to multiply.

In This Topic
    Multiply Method (SvgMatrix)
    In This Topic
    Determines the product of two matrices.
    Syntax
    'Declaration
     
    Public Function Multiply( _
       ByVal rightMatrix As SvgMatrix _
    ) As SvgMatrix
    public SvgMatrix Multiply( 
       SvgMatrix rightMatrix
    )

    Parameters

    rightMatrix
    The second matrix to multiply.

    Return Value

    The product of the two matrices.
    See Also