 | PdfiumFPDFPath_GetPointCount Method |
Gets the number of points in the current path
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFPath_GetPointCount(
IntPtr path
)
Public Shared Function FPDFPath_GetPointCount (
path As IntPtr
) As Integer
public:
static int FPDFPath_GetPointCount(
IntPtr path
)
static member FPDFPath_GetPointCount :
path : IntPtr -> int
public static int FPDFPath_GetPointCount(
IntPtr path
)
Patagames.Pdf.Pdfium.FPDFPath_GetPointCount = function(path);
Parameters
- path IntPtr
- Handle to the path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).
Return Value
Int32The number of points in the current path.
See Also