The ImagickDraw class
 
  
   Class synopsis
   
    ImagickDraw
    
     ImagickDraw
     {
    
   bool ImagickDraw::arc
    ( 
float $sx
   , 
float $sy
   , 
float $ex
   , 
float $ey
   , 
float $sd
   , 
float $ed
   )
 
   bool ImagickDraw::ellipse
    ( 
float $ox
   , 
float $oy
   , 
float $rx
   , 
float $ry
   , 
float $start
   , 
float $end
   )
 
   }
 
   
  
 
Table of Contents