 | PdfiumFPDFPathObj_GetMatrix(IntPtr) Method |
Get the transformation matrix of the path object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FS_MATRIX FPDFPathObj_GetMatrix(
IntPtr path_obj
)
Public Shared Function FPDFPathObj_GetMatrix (
path_obj As IntPtr
) As FS_MATRIX
public:
static FS_MATRIX^ FPDFPathObj_GetMatrix(
IntPtr path_obj
)
static member FPDFPathObj_GetMatrix :
path_obj : IntPtr -> FS_MATRIX
public static FS_MATRIX FPDFPathObj_GetMatrix(
IntPtr path_obj
)
Patagames.Pdf.Pdfium.FPDFPathObj_GetMatrix = function(path_obj);
Parameters
- path_obj IntPtr
- Handle to the path object returned by FPDFPageObj_Create(PageObjectTypes)
Return Value
FS_MATRIXAn instance of
FS_MATRIX. Never returns NULL.
See Also