Click or drag to resize

PdfiumFPDFImageObj_SetMatrix(IntPtr, Double, Double, Double, Double, Double, Double) Method

Set the matrix of an image object

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

Parameters

image_object  IntPtr
Handle to image object returned by FPDFPageObj_NewImgeObj(IntPtr).
a  Double
The coefficient "a" of the matrix
b  Double
The coefficient "b" of the matrix
c  Double
The coefficient "c" of the matrix
d  Double
The coefficient "d" of the matrix
e  Double
The coefficient "e" of the matrix
f  Double
The coefficient "f" of the matrix
See Also