 | PdfiumFPDFPathObj_GetFillType Method |
Get the fill type of the specified path object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FillModes FPDFPathObj_GetFillType(
IntPtr path_obj
)
Public Shared Function FPDFPathObj_GetFillType (
path_obj As IntPtr
) As FillModes
public:
static FillModes FPDFPathObj_GetFillType(
IntPtr path_obj
)
static member FPDFPathObj_GetFillType :
path_obj : IntPtr -> FillModes
public static FillModes FPDFPathObj_GetFillType(
IntPtr path_obj
)
Patagames.Pdf.Pdfium.FPDFPathObj_GetFillType = function(path_obj);
Parameters
- path_obj IntPtr
- Handle to a path object returned by FPDFPageObj_Create(PageObjectTypes)
Return Value
FillModesThe fill type of the specified path object.
See Also