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