Click or drag to resize

Matrix2DInverse Method

If this matrix is invertible, the Inverse method returns its inverse matrix.

Namespace:  pdftron.Common
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Matrix2D Inverse()

Return Value

Type: Matrix2D
The inverse of this matrix.
See Also