 | PdfiumFPDFMatrix_IsIdentity Method |
Gets a value indicating whether the specified Matrix is the identity matrix.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFMatrix_IsIdentity(
FS_MATRIX matrix
)
Public Shared Function FPDFMatrix_IsIdentity (
matrix As FS_MATRIX
) As Boolean
public:
static bool FPDFMatrix_IsIdentity(
FS_MATRIX^ matrix
)
static member FPDFMatrix_IsIdentity :
matrix : FS_MATRIX -> bool
public static boolean FPDFMatrix_IsIdentity(
FS_MATRIX matrix
)
Patagames.Pdf.Pdfium.FPDFMatrix_IsIdentity = function(matrix);
Parameters
- matrix FS_MATRIX
- The matrix
Return Value
Booleantrue if the Matrix is identity; otherwise, false.
See Also