Inverts the matrix.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Invert
public void Invert()
The matrix cannot be inverted when its determinant is 0 (i.e. the matrix is singular). This method will throw an exception in this case.
To check whether the matrix can be inverted, you can use the IsInvertible property.