Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix3x2 Structure / Multiply Method / Multiply(Matrix3x2,Single) Method
The matrix to scale.
The amount by which to scale.

In This Topic
    Multiply(Matrix3x2,Single) Method
    In This Topic
    Scales a matrix by the given value.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Multiply( _
       ByRef left As Matrix3x2, _
       ByVal right As System.Single _
    ) As Matrix3x2
    public static Matrix3x2 Multiply( 
       ref Matrix3x2 left,
       System.float right
    )

    Parameters

    left
    The matrix to scale.
    right
    The amount by which to scale.

    Return Value

    The scaled matrix.
    See Also