Click or drag to resize

PdfiumFPDFPath_Copy Method

Copy points from one Path to another.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFPath_Copy(
	IntPtr path,
	IntPtr src
)

Parameters

path  IntPtr
Handle to the destination path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).
src  IntPtr
Handle to the source path returned by FPDFPath_Create or FPDFPathObj_GetPath(IntPtr).
Remarks
This method internally calls the FPDFPath_SetPointCount(IntPtr, Int32) method.
See Also