Click or drag to resize

PdfiumFPDFShadingType1_GetMatrix Method

Get a transformation matrix mapping the coordinate space specified by the shading's domain into the shading’s target coordinate space.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFShadingType1_GetMatrix(
	IntPtr shadding_pattern,
	out float a,
	out float b,
	out float c,
	out float d,
	out float e,
	out float f
)

Parameters

shadding_pattern  IntPtr
The handle to the shading pattern.
a  Single
The coefficient "a" of the matrix.
b  Single
The coefficient "b" of the matrix.
c  Single
The coefficient "c" of the matrix.
d  Single
The coefficient "d" of the matrix.
e  Single
The coefficient "e" of the matrix.
f  Single
The coefficient "f" of the matrix.
Remarks
Note  Note
Only applicable to Type 1 (Function-Based) shadings (FunctionBasedShading).
See Also