Click or drag to resize

PdfiumFPDFPath_SetPoint Method

Set specified point at specified index.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPath_SetPoint(
	IntPtr path,
	int index,
	FS_PATHPOINTF point
)

Parameters

path  IntPtr
Handle to the path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).
index  Int32
The zero-based index of the point
point  FS_PATHPOINTF
The FS_PATHPOINTF that represents the point to add.
See Also