Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix5x4 Structure / Multiply Method
The Matrix5x4 to scale.
The amount by which to scale.

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

    Parameters

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

    Return Value

    The scaled matrix.
    See Also