 | PdfiumFPDFPath_AppendEx Method |
Appends the specified Path to another path.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFPath_AppendEx(
IntPtr path,
IntPtr src,
FS_MATRIX matrix
)
Public Shared Sub FPDFPath_AppendEx (
path As IntPtr,
src As IntPtr,
matrix As FS_MATRIX
)
public:
static void FPDFPath_AppendEx(
IntPtr path,
IntPtr src,
FS_MATRIX^ matrix
)
static member FPDFPath_AppendEx :
path : IntPtr *
src : IntPtr *
matrix : FS_MATRIX -> unit
public static void FPDFPath_AppendEx(
IntPtr path,
IntPtr src,
FS_MATRIX matrix
)
Patagames.Pdf.Pdfium.FPDFPath_AppendEx = function(path, src, 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
See Also