PHP Manual

  • English French German Portuguese Spanish
PHP-Handbuch Funktionsreferenz Bildverarbeitung und -generierung Gmagick GmagickDraw GmagickDraw::ellipse
GmagickDraw GmagickDraw::annotate GmagickDraw::arc GmagickDraw::bezier GmagickDraw::ellipse GmagickDraw::getfillcolor GmagickDraw::getfillopacity GmagickDraw::getfont GmagickDraw::getfontsize GmagickDraw::getfontstyle GmagickDraw::getfontweight GmagickDraw::getstrokecolor GmagickDraw::getstrokeopacity GmagickDraw::getstrokewidth GmagickDraw::gettextdecoration GmagickDraw::gettextencoding GmagickDraw::line GmagickDraw::point GmagickDraw::polygon GmagickDraw::polyline GmagickDraw::rectangle GmagickDraw::rotate GmagickDraw::roundrectangle GmagickDraw::scale GmagickDraw::setfillcolor GmagickDraw::setfillopacity GmagickDraw::setfont GmagickDraw::setfontsize GmagickDraw::setfontstyle GmagickDraw::setfontweight GmagickDraw::setstrokecolor GmagickDraw::setstrokeopacity GmagickDraw::setstrokewidth GmagickDraw::settextdecoration GmagickDraw::settextencoding
  • GmagickDraw::bezier
  • GmagickDraw::getfillcolor

GmagickDraw::ellipse

(PECL gmagick >= Unknown)

GmagickDraw::ellipse — Draws an ellipse on the image

Beschreibung

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

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 on success

© Copyright © 2001-2015 The PHP Group.

© Copyright 2014. Diseñado por PHP Manual usando jfCMS.