Click or drag to resize

PdfiumFPDFPath_GetFlag Method

Gets the type of the path point at the specified index.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static PathPointFlags FPDFPath_GetFlag(
	IntPtr path,
	int index
)

Parameters

path  IntPtr
Handle to the path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).
index  Int32
The zero-based index of the point

Return Value

PathPointFlags
The type of the path point.
See Also