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

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

    Parameters

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