Click or drag to resize

PdfiumFPDFPathObj_SetMatrix(IntPtr, Single, Single, Single, Single, Single, Single) Method

Set the matrix of a path object

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

Parameters

path_obj  IntPtr
Handle to the path object returned by FPDFPageObj_NewImgeObj(IntPtr).
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