Click or drag to resize

PdfiumFPDFPath_SetPointCount Method

Sets the number of points in the specified path.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPath_SetPointCount(
	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, then a new one is allocated, and the existing one is destroyed.
See Also