Click or drag to resize

Pdfium.FPDFPath_GetPointX Method

Get x-coordinate of the path point />.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static float FPDFPath_GetPointX(
	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

Single
The x-coordinate of the path point
See Also