Click or drag to resize

PdfFormObjectTransformPageObjects(Single, Single, Single, Single, Single, Single) Method

Transform (scale, rotate, shear, move) PageObjects collection.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void TransformPageObjects(
	float a,
	float b,
	float c,
	float d,
	float e,
	float f
)

Parameters

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