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