 | PdfiumFPDFFunctionSampled_GetOrder Method |
Get the order of interpolation between samples.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static int FPDFFunctionSampled_GetOrder(
IntPtr function
)
Public Shared Function FPDFFunctionSampled_GetOrder (
function As IntPtr
) As Integer
public:
static int FPDFFunctionSampled_GetOrder(
IntPtr function
)
static member FPDFFunctionSampled_GetOrder :
function : IntPtr -> int public static int FPDFFunctionSampled_GetOrder(
IntPtr function
)
Patagames.Pdf.Pdfium.FPDFFunctionSampled_GetOrder = function(function);
Parameters
- function IntPtr
- The handle to the function.
Return Value
Int321 - linear interpolation, 3 - cubic spline interpolation, -1 if any error has occurred.
RemarksThe
function is a handle returned by these methods:
FPDFFunction_CreateSampled(Int32, Int32, Single, Single, Int32, Int32, Byte, Single, Single, Int32),
FPDFFunction_OpenHandle(IntPtr) and
FPDFFunctionStitch_GetFunctionAt(IntPtr, Int32)
See Also