Click or drag to resize

PdfiumFPDFPath_AppendRect Method

Adds a rectangle to the path.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPath_AppendRect(
	IntPtr path,
	FS_RECTF rect
)

Parameters

path  IntPtr
Handle to the destination path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).
rect  FS_RECTF
A FS_RECTF that represents the rectangle to add.
Remarks
This method internally calls the FPDFPath_AddPointCount(IntPtr, Int32) method.
See Also