Click or drag to resize

PdfiumFPDFShadingType1_SetMatrix Method

Set 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 bool FPDFShadingType1_SetMatrix(
	IntPtr shadding_pattern,
	float a,
	float b,
	float c,
	float d,
	float e,
	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.

Return Value

Boolean
True for successful; false if any error has occurred.
Remarks
Note  Note
Only applicable to Type 1 (Function-Based) shadings (FunctionBasedShading).
See Also