Click or drag to resize

PdfiumFPDFPattern_GetPattern2FormMatrix Method

Get a transformation matrix.

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

Parameters

pattern  IntPtr
The handle to the 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.
See Also