 | PdfiumFPDFARRAY_GetMatrix Method |
Gets a Matrix from an Array object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FS_MATRIX FPDFARRAY_GetMatrix(
IntPtr handle
)
Public Shared Function FPDFARRAY_GetMatrix (
handle As IntPtr
) As FS_MATRIX
public:
static FS_MATRIX^ FPDFARRAY_GetMatrix(
IntPtr handle
)
static member FPDFARRAY_GetMatrix :
handle : IntPtr -> FS_MATRIX
public static FS_MATRIX FPDFARRAY_GetMatrix(
IntPtr handle
)
Patagames.Pdf.Pdfium.FPDFARRAY_GetMatrix = function(handle);
Parameters
- handle IntPtr
- Handle to Array object.
Return Value
FS_MATRIXA Matrix associated with this Array.
See Also