PHP Doku:: Draws an ellipse on the image - gmagickdraw.ellipse.html

Verlauf / Chronik / History: (5) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungGmagickThe GmagickDraw classGmagickDraw::ellipse

Ein Service von Reinhard Neidl - Webprogrammierung.

The GmagickDraw class

<<GmagickDraw::bezier

GmagickDraw::getfillcolor>>

GmagickDraw::ellipse

(PECL gmagick >= Unknown)

GmagickDraw::ellipseDraws an ellipse on the image

Beschreibung

public void 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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)