function transform($a, $b, $c, $d, $e, $f) {
   $this->_pdf->concat($a, $b, $c, $d, $e, $f);
 }