Click or drag to resize

FS_MATRIXIsInvertible Method

Gets a value indicating whether this Matrix is invertible.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public bool IsInvertible()

Return Value

Boolean
true if this Matrix is invertible; otherwise, false.
See Also