 | PdfiumFPDFFunctionStitch_GetFunctionAt Method |
Get the function at a given position.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFFunctionStitch_GetFunctionAt(
IntPtr function,
int index
)
Public Shared Function FPDFFunctionStitch_GetFunctionAt (
function As IntPtr,
index As Integer
) As IntPtr
public:
static IntPtr FPDFFunctionStitch_GetFunctionAt(
IntPtr function,
int index
)
static member FPDFFunctionStitch_GetFunctionAt :
function : IntPtr *
index : int -> IntPtr
public static IntPtr FPDFFunctionStitch_GetFunctionAt(
IntPtr function,
int index
)
Patagames.Pdf.Pdfium.FPDFFunctionStitch_GetFunctionAt = function(function, index);
Parameters
- function IntPtr
- The handle to the type 3 (Stitching) function.
- index Int32
- An integer index that is greater than or equal to 0 and less than or equal to the value returned by FPDFFunctionStitch_GetFunctionsCount(IntPtr).
Return Value
IntPtrThe handle to the function at the specified index in the type 3 (Stitching) function.
Remarks
See Also