ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Multiplication Operator / Multiplication(Matrix3x2,Single) Operator
The matrix to scale.
The amount by which to scale.

In This Topic
    Multiplication(Matrix3x2,Single) Operator
    In This Topic
    Scales a matrix by a given value.
    Syntax
    'Declaration
     
    Overloads Public Operator *( _
       ByVal left As Matrix3x2, _
       ByVal right As System.Single _
    ) As Matrix3x2
    public Matrix3x2 operator *( 
       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