ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Multiply Method / Multiply(Matrix4x4,Single) Method
The matrix to scale.
The amount by which to scale.

In This Topic
    Multiply(Matrix4x4,Single) Method
    In This Topic
    Scales a matrix by the given value.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Multiply( _
       ByVal left As Matrix4x4, _
       ByVal right As System.Single _
    ) As Matrix4x4
    public static Matrix4x4 Multiply( 
       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