Click or drag to resize

PdfiumFPDFPath_AllocPointCount Method

Allocates the buffer for a given number of points.

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

Parameters

path  IntPtr
Handle to the path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).
count  Int32
Number of points
Remarks
If the existing buffer is smaller than necessary, a new one is created, and all existing points are copied to it. Otherwise do nothing.
See Also