array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), '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); ?>

GmagickDraw::ellipse

(PECL gmagick >= Unknown)

GmagickDraw::ellipseDraws an ellipse on the image

Beschreibung

public GmagickDraw::ellipse(
    float $ox,
    float $oy,
    float $rx,
    float $ry,
    float $start,
    float $end
): GmagickDraw

Draws an ellipse on the image.

Parameter-Liste

ox

origin x ordinate

oy

origin y ordinate

rx

radius in x

ry

radius in y

start

starting rotation in degrees

end

ending rotation in degrees

Rückgabewerte

The GmagickDraw object.