Click or drag to resize

PdfiumFPDFPath_AddPointCount Method

Adds the specified number of points to the specified path.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPath_AddPointCount(
	IntPtr path,
	int count
)

Parameters

path  IntPtr
Handle to the path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).
count  Int32
The number of points
Remarks
A new buffer is created, and all existing points are copied to it.
See Also