 | PdfiumFPDFMatrix_GetYUnit Method |
Get y unit
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static float FPDFMatrix_GetYUnit(
FS_MATRIX matrix
)
Public Shared Function FPDFMatrix_GetYUnit (
matrix As FS_MATRIX
) As Single
public:
static float FPDFMatrix_GetYUnit(
FS_MATRIX^ matrix
)
static member FPDFMatrix_GetYUnit :
matrix : FS_MATRIX -> float32
public static float FPDFMatrix_GetYUnit(
FS_MATRIX matrix
)
Patagames.Pdf.Pdfium.FPDFMatrix_GetYUnit = function(matrix);
Parameters
- matrix FS_MATRIX
- The matrix
Return Value
Singley unit
See Also