Search
IMatrix.Multiply Method
See Also
 






Multiplies the matrix by the specified matrix.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

bool Multiply (
    IMatrix matrix,
    bool append
)

Visual Basic  Copy Code

Function Multiply( _
    matrix As IMatrix, _
    append As Boolean _
) As Boolean

 Parameters

matrix

The matrix to multiply by.

append

true to append the matrix to the current matrix; false, to prepend it.

 Return Value

true if the multiplication was successful; otherwise, false.

 See Also