Matrix.GetInverted Method

Returns an inverted copy of this Matrix, if it is invertible.

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

Syntax

C#
public Matrix GetInverted()

Return Value

The inverted copy of this Matrix.

See Also

Reference