Exemple #1
0
 function Arc($xc, $yc, $w, $h, $s, $e)
 {
     list($xc, $yc) = $this->Rotate($xc, $yc);
     $s += $this->a;
     $e += $this->a;
     parent::Arc($xc, $yc, $w, $h, $s, $e);
 }