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

In This Topic
    Multiplication(Single,Matrix4x4) Operator
    In This Topic
    Scales a matrix by a given value.
    Syntax
    'Declaration
     
    Overloads Public Operator *( _
       ByVal left As System.Single, _
       ByRef right As Matrix4x4 _
    ) As Matrix4x4
    public Matrix4x4 operator *( 
       System.float left,
       ref Matrix4x4 right
    )

    Parameters

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

    Return Value

    The scaled matrix.
    See Also