 | PdfiumFPDF_CreateEmptyClipPath Method |
Create a new clip path.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDF_CreateEmptyClipPath()
Public Shared Function FPDF_CreateEmptyClipPath As IntPtr
public:
static IntPtr FPDF_CreateEmptyClipPath()
static member FPDF_CreateEmptyClipPath : unit -> IntPtr
public static IntPtr FPDF_CreateEmptyClipPath()
Patagames.Pdf.Pdfium.FPDF_CreateEmptyClipPath = function();
Return Value
IntPtrA handle to the cliping path object.
See Also