 | FS_MATRIXGetReverse Method |
Inverts this Matrix, if it is invertible and return as a new Matrix.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic FS_MATRIX GetReverse()
Public Function GetReverse As FS_MATRIX
public:
FS_MATRIX^ GetReverse()
member GetReverse : unit -> FS_MATRIX
public FS_MATRIX GetReverse()
Return Value
FS_MATRIXThe new inctance of the
FS_MATRIX class.
See Also