 | PdfiumFPDF_CreateClipPath Method |
Create a new clip path, with a rectangle inserted.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDF_CreateClipPath(
float left,
float bottom,
float right,
float top
)
Public Shared Function FPDF_CreateClipPath (
left As Single,
bottom As Single,
right As Single,
top As Single
) As IntPtr
public:
static IntPtr FPDF_CreateClipPath(
float left,
float bottom,
float right,
float top
)
static member FPDF_CreateClipPath :
left : float32 *
bottom : float32 *
right : float32 *
top : float32 -> IntPtr
public static IntPtr FPDF_CreateClipPath(
float left,
float bottom,
float right,
float top
)
Patagames.Pdf.Pdfium.FPDF_CreateClipPath = function(left, bottom, right, 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
IntPtra handle to the clip path.
See Also