(PECL haru >= 0.0.1)
Concatenate current transformation matrix of the page and the specified matrix
bool HaruPage::concat ( float $a, float $b, float $c, float $d, float $x, float $y )
Concatenates current transformation matrix of the page and the specified matrix.
Parameters:
a
Concatenates current transformation matrix of the page and the specified matrix.
b
Concatenates current transformation matrix of the page and the specified matrix.
c
Concatenates current transformation matrix of the page and the specified matrix.
d
Concatenates current transformation matrix of the page and the specified matrix.
x
Concatenates current transformation matrix of the page and the specified matrix.
y
Concatenates current transformation matrix of the page and the specified matrix.
Returns:
Returns TRUE
on success.
Exception:
Throws a HaruException on error.
Please login to continue.