 | PdfiumFPDFPath_GetPointY Method |
Get y-coordinate of the path point />.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static float FPDFPath_GetPointY(
IntPtr path,
int index
)
Public Shared Function FPDFPath_GetPointY (
path As IntPtr,
index As Integer
) As Single
public:
static float FPDFPath_GetPointY(
IntPtr path,
int index
)
static member FPDFPath_GetPointY :
path : IntPtr *
index : int -> float32
public static float FPDFPath_GetPointY(
IntPtr path,
int index
)
Patagames.Pdf.Pdfium.FPDFPath_GetPointY = function(path, 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
SingleThe y-coordinate of the path point
See Also