 | FS_MATRIXIsIdentity Method |
Gets a value indicating whether this Matrix is the identity matrix.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
SyntaxPublic Function IsIdentity As Boolean
public:
bool IsIdentity()
member IsIdentity : unit -> bool
public boolean IsIdentity()
Return Value
Booleantrue if this Matrix is identity; otherwise, false.
See Also