Click or drag to resize

FS_MATRIXIsIdentity Method

Gets a value indicating whether this Matrix is the identity matrix.

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

Return Value

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