Click or drag to resize

PdfiumFPDFPath_GetPoints Method

Gets the points in the path.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static FS_PATHPOINTF[] FPDFPath_GetPoints(
	IntPtr path
)

Parameters

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

Return Value

FS_PATHPOINTF
An array of FS_PATHPOINTFstructures that represent the path; or null if any errors occurs
See Also