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

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

    Parameters

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

    Return Value

    The scaled matrix.
    See Also