Click or drag to resize

PdfiumFPDFPath_GetPointCount Method

Gets the number of points in the current path

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFPath_GetPointCount(
	IntPtr path
)

Parameters

path  IntPtr
Handle to the path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).

Return Value

Int32
The number of points in the current path.
See Also