 | PdfiumFPDFPath_SetPoint Method |
Set specified point at specified index.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPath_SetPoint(
IntPtr path,
int index,
FS_PATHPOINTF point
)
Public Shared Sub FPDFPath_SetPoint (
path As IntPtr,
index As Integer,
point As FS_PATHPOINTF
)
public:
static void FPDFPath_SetPoint(
IntPtr path,
int index,
FS_PATHPOINTF point
)
static member FPDFPath_SetPoint :
path : IntPtr *
index : int *
point : FS_PATHPOINTF -> unit
public static void FPDFPath_SetPoint(
IntPtr path,
int index,
FS_PATHPOINTF point
)
Patagames.Pdf.Pdfium.FPDFPath_SetPoint = function(path, index, point);
Parameters
- path IntPtr
- Handle to the path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).
- index Int32
- The zero-based index of the point
- point FS_PATHPOINTF
- The FS_PATHPOINTF that represents the point to add.
See Also