[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.Matrix.Invert

Invert Method

Invert()

Inverts the matrix if possible. Returns the inverted matrix if the operation succeeded.

Declaration
public Matrix Invert()
Public Function Invert() As Matrix
Returns
Type Description
Matrix

The inverted matrix or null.

Invert(out Matrix)

Inverts the matrix if possible. The return value indicates whether the operation succeeded.

Declaration
public bool Invert(out Matrix result)
Public Function Invert(ByRef result As Matrix) As Boolean
Parameters
Type Name Description
Matrix result

When this method returns, contains the inverted matrix if the operation succeeded.

Returns
Type Description
bool

true if the matrix was inverted successfully; otherwise, false.