 | PdfiumFPDFPath_GetPoints Method |
Gets the points in the path.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FS_PATHPOINTF[] FPDFPath_GetPoints(
IntPtr path
)
Public Shared Function FPDFPath_GetPoints (
path As IntPtr
) As FS_PATHPOINTF()
public:
static array<FS_PATHPOINTF>^ FPDFPath_GetPoints(
IntPtr path
)
static member FPDFPath_GetPoints :
path : IntPtr -> FS_PATHPOINTF[]
public static FS_PATHPOINTF[] FPDFPath_GetPoints(
IntPtr path
)
Patagames.Pdf.Pdfium.FPDFPath_GetPoints = function(path);
Parameters
- path IntPtr
- Handle to the path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).
Return Value
FS_PATHPOINTFAn array of
FS_PATHPOINTFstructures that represent the path; or null if any errors occurs
See Also