Click or drag to resize

FS_MATRIXGetReverse Method

Inverts this Matrix, if it is invertible and return as a new Matrix.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public FS_MATRIX GetReverse()

Return Value

FS_MATRIX
The new inctance of the FS_MATRIX class.
See Also