 | FS_MATRIXIsInvertible Method |
Gets a value indicating whether this Matrix is invertible.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool IsInvertible()
Public Function IsInvertible As Boolean
public:
bool IsInvertible()
member IsInvertible : unit -> bool
public boolean IsInvertible()
Return Value
Booleantrue if this Matrix is invertible; otherwise, false.
See Also