ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / LeftMultiply Method
A C1.Framework.Mathematics.Matrix indicates the speical matrix.

In This Topic
    LeftMultiply Method (TransformMatrix)
    In This Topic
    Left multiply a speical C1.Framework.Mathematics.Matrix to this C1.Framework.Mathematics.Matrix.
    Syntax
    'Declaration
     
    
    Public Sub LeftMultiply( _
       ByVal value As Matrix(Of Single) _
    ) 
    public void LeftMultiply( 
       Matrix<float> value
    )

    Parameters

    value
    A C1.Framework.Mathematics.Matrix indicates the speical matrix.
    See Also