 | PdfiumFPDFFunctionSampled_GetEncodeArray Method |
Get the linear mapping of input values into the domain of the function’s sample table.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static float[] FPDFFunctionSampled_GetEncodeArray(
IntPtr function
)
Public Shared Function FPDFFunctionSampled_GetEncodeArray (
function As IntPtr
) As Single()
public:
static array<float>^ FPDFFunctionSampled_GetEncodeArray(
IntPtr function
)
static member FPDFFunctionSampled_GetEncodeArray :
function : IntPtr -> float32[]
public static float[] FPDFFunctionSampled_GetEncodeArray(
IntPtr function
)
Patagames.Pdf.Pdfium.FPDFFunctionSampled_GetEncodeArray = function(function);
Parameters
- function IntPtr
- The handle to the function.
Return Value
SingleAn array of 2 × m numbers, where m is the number of input values; or null 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