Click or drag to resize

PdfiumFPDFPathObj_GetMatrix(IntPtr) Method

Get the transformation matrix of the path object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static FS_MATRIX FPDFPathObj_GetMatrix(
	IntPtr path_obj
)

Parameters

path_obj  IntPtr
Handle to the path object returned by FPDFPageObj_Create(PageObjectTypes)

Return Value

FS_MATRIX
An instance of FS_MATRIX. Never returns NULL.
See Also