コード例 #1
0
 function rotate($angle, $x, $y)
 {
     $this->_pdf->rotate($angle, $x, $y);
 }