Multiplies the matrix by the specified matrix.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
C# Copy Code |
---|
bool Multiply ( |
Visual Basic Copy Code |
---|
Function Multiply( _ |
The matrix to multiply by.
true to append the matrix to the current matrix; false, to prepend it.
true if the multiplication was successful; otherwise, false.