Click or drag to resize

PdfiumFPDFImageObj_Transform Method

Note: This API is now obsolete.


Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
[ObsoleteAttribute("This method is obsolete. Please use FPDFPageObj_Transform instead", 
	true)]
public static void FPDFImageObj_Transform(
	IntPtr image_obj,
	float a,
	float b,
	float c,
	float d,
	float e,
	float f
)

Parameters

image_obj  IntPtr
Handle to the image object
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. (x position)
f  Single
The coefficient "f" of the matrix. (y position)
Remarks
See Also