Click or drag to resize

PdfiumFPDFPageObj_SetClipPath Method

Set clipping path for the specified page object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPageObj_SetClipPath(
	IntPtr hPageObject,
	IntPtr hClipPath
)

Parameters

hPageObject  IntPtr
Handle to a page object. Returned by FPDFPageObj_Create(PageObjectTypes) or FPDF_CreateEmptyClipPath
hClipPath  IntPtr
Handle to a clipping path object. Returned by FPDF_CreateEmptyClipPath or FPDF_CreateClipPath(Single, Single, Single, Single).

Return Value

A handle to the cliping path object.
See Also