ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.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( _
       ByVal left As Matrix5x4, _
       ByVal right As Single _
    ) As Matrix5x4
    public static Matrix5x4 Multiply( 
       Matrix5x4 left,
       float right
    )

    Parameters

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

    Return Value

    The scaled matrix.
    See Also