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()
Public Function Inverse As Matrix2D
public:
virtual Matrix2D^ Inverse() sealed
Return Value
Type:
Matrix2D
The inverse of this matrix.
See Also