Click or drag to resize

PdfiumFPDFPath_GetPointY Method

Get y-coordinate of the path point />.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static float FPDFPath_GetPointY(
	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 y-coordinate of the path point
See Also