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