Click or drag to resize

PdfiumFPDFPageObj_TransformClipPath Method

Transform (scale, rotate, shear, move) the clip path of page object.

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

Parameters

page_object  IntPtr
page_object - Handle to a page object. Returned by FPDFPageObj_NewImgeObj(IntPtr) function.
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