array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'gmagickdraw.ellipse.php', 1 => 'GmagickDraw::ellipse', 2 => 'Draws an ellipse on the image', ), 'up' => array ( 0 => 'class.gmagickdraw.php', 1 => 'GmagickDraw', ), 'prev' => array ( 0 => 'gmagickdraw.bezier.php', 1 => 'GmagickDraw::bezier', ), 'next' => array ( 0 => 'gmagickdraw.getfillcolor.php', 1 => 'GmagickDraw::getfillcolor', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/gmagick/gmagickdraw/ellipse.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL gmagick >= Unknown)
GmagickDraw::ellipse — Draws an ellipse on the image
$ox,$oy,$rx,$ry,$start,$endDraws an ellipse on the image.
oxorigin x ordinate
oyorigin y ordinate
rxradius in x
ryradius in y
startstarting rotation in degrees
endending rotation in degrees
The GmagickDraw object.