Click or drag to resize

PdfiumFPDFFunctionSampled_GetOrder Method

Get the order of interpolation between samples.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public static int FPDFFunctionSampled_GetOrder(
	IntPtr function
)

Parameters

function  IntPtr
The handle to the function.

Return Value

Int32
1 - linear interpolation, 3 - cubic spline interpolation, -1 if any error has occurred.
Remarks
See Also