 | PdfPageObjectTransform Method (Single, Single, Single, Single, Single, Single) |
Transform (scale, rotate, shear, move) page object.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.2704
Syntaxpublic virtual void Transform(
float a,
float b,
float c,
float d,
float e,
float f
)
Public Overridable Sub Transform (
a As Single,
b As Single,
c As Single,
d As Single,
e As Single,
f As Single
)
public:
virtual void Transform(
float a,
float b,
float c,
float d,
float e,
float f
)
abstract Transform :
a : float32 *
b : float32 *
c : float32 *
d : float32 *
e : float32 *
f : float32 -> unit
override Transform :
a : float32 *
b : float32 *
c : float32 *
d : float32 *
e : float32 *
f : float32 -> unit
public void Transform(
float a,
float b,
float c,
float d,
float e,
float f
)
function Transform(a, b, c, d, e, f);
Parameters
- a
- Type: SystemSingle
The coefficient "a" of the matrix - b
- Type: SystemSingle
The coefficient "b" of the matrix - c
- Type: SystemSingle
The coefficient "c" of the matrix - d
- Type: SystemSingle
The coefficient "d" of the matrix - e
- Type: SystemSingle
The coefficient "e" of the matrix - f
- Type: SystemSingle
The coefficient "f" of the matrix
See Also