 | PdfiumFPDF_DestroyClipPath Method |
Destroy the clip path.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDF_DestroyClipPath(
IntPtr clip_path
)
Public Shared Sub FPDF_DestroyClipPath (
clip_path As IntPtr
)
public:
static void FPDF_DestroyClipPath(
IntPtr clip_path
)
static member FPDF_DestroyClipPath :
clip_path : IntPtr -> unit
public static void FPDF_DestroyClipPath(
IntPtr clip_path
)
Patagames.Pdf.Pdfium.FPDF_DestroyClipPath = function(clip_path);
Parameters
- clip_path IntPtr
- A handle to the clip path. Returned by FPDF_CreateClipPath(Single, Single, Single, Single) function.
See Also