PHP Doku:: Append an ellipse to the current path - function.harupage-ellipse.html

Verlauf / Chronik / History: (3) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenHaru PDFThe HaruPage classHaruPage::ellipse

Ein Service von Reinhard Neidl - Webprogrammierung.

The HaruPage class

<<HaruPage::drawImage

HaruPage::endPath>>

HaruPage::ellipse

(PECL haru >= 0.0.1)

HaruPage::ellipseAppend an ellipse to the current path

Beschreibung

bool HaruPage::ellipse ( float $x , float $y , float $xray , float $yray )

Appends an ellipse to the current path.

Parameter-Liste

x

Horizontal coordinate of the center.

y

Vertical coordinate of the center.

xray

The ray of the ellipse in the x direction.

yray

The ray of the ellipse in the y direction.

Rückgabewerte

Returns TRUE on success.

Fehler/Exceptions

Throws a HaruException on error.


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",...)