 | PdfiumFPDFPath_TrimPoints Method |
Decreases the number of points in the specified path to the specified count.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPath_TrimPoints(
IntPtr path,
int count
)
Public Shared Sub FPDFPath_TrimPoints (
path As IntPtr,
count As Integer
)
public:
static void FPDFPath_TrimPoints(
IntPtr path,
int count
)
static member FPDFPath_TrimPoints :
path : IntPtr *
count : int -> unit
public static void FPDFPath_TrimPoints(
IntPtr path,
int count
)
Patagames.Pdf.Pdfium.FPDFPath_TrimPoints = function(path, count);
Parameters
- path IntPtr
- Handle to the path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).
- count Int32
- The number of points
See Also