Click or drag to resize

PdfiumFPDF_CreateClipPath Method

Create a new clip path, with a rectangle inserted.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDF_CreateClipPath(
	float left,
	float bottom,
	float right,
	float top
)

Parameters

left  Single
The left of the clip box.
bottom  Single
The bottom of the clip box.
right  Single
The right of the clip box.
top  Single
The top of the clip box.

Return Value

IntPtr
a handle to the clip path.
See Also