Multiplies the matrix by the specified matrix.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
SyntaxC#
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.
See Also