Click or drag to resize

PdfiumFPDFPath_AppendEx Method

Appends the specified Path to another path.

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

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).
matrix  FS_MATRIX
Transformation matrix.
Remarks
This method internally calls the FPDFPath_AddPointCount(IntPtr, Int32) method.
See Also