Search
IMatrix.Inverse Method
See Also
 





Inverts this IMatrix, if it is invertible.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

IMatrix Inverse ()

Visual Basic  Copy Code

Function Inverse () As IMatrix

 Return Value

An instance of the IMatrix interface.

 See Also