This documentation is for the old version. Go to the latest Graphics Mill docs

Matrix.Invert Method

Inverts the matrix.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub Invert
C#
public void Invert()

Remarks

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.

See Also

Reference