Click or drag to resize

PdfiumFPDFFunctionSampled_GetEncodeArray Method

Get the linear mapping of input values into the domain of the function’s sample table.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static float[] FPDFFunctionSampled_GetEncodeArray(
	IntPtr function
)

Parameters

function  IntPtr
The handle to the function.

Return Value

Single
An array of 2 × m numbers, where m is the number of input values; or null if any error has occurred.
Remarks
See Also