Inverts this IMatrix, if it is invertible.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
IMatrix Inverse () |
Visual Basic
Copy Code
|
|---|
Function Inverse () As IMatrix |
An instance of the IMatrix interface.
See Also