 | PdfiumFPDFPageObj_SetClipPath Method |
Set clipping path for the specified page object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPageObj_SetClipPath(
IntPtr hPageObject,
IntPtr hClipPath
)
Public Shared Sub FPDFPageObj_SetClipPath (
hPageObject As IntPtr,
hClipPath As IntPtr
)
public:
static void FPDFPageObj_SetClipPath(
IntPtr hPageObject,
IntPtr hClipPath
)
static member FPDFPageObj_SetClipPath :
hPageObject : IntPtr *
hClipPath : IntPtr -> unit
public static void FPDFPageObj_SetClipPath(
IntPtr hPageObject,
IntPtr hClipPath
)
Patagames.Pdf.Pdfium.FPDFPageObj_SetClipPath = function(hPageObject, 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