Click or drag to resize

PdfiumFPDF_DestroyClipPath Method

Destroy the clip path.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDF_DestroyClipPath(
	IntPtr clip_path
)

Parameters

clip_path  IntPtr
A handle to the clip path. Returned by FPDF_CreateClipPath(Single, Single, Single, Single) function.
See Also