PHP Doku:: Append a circle to the current path - function.harupage-circle.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

The HaruPage class

<<HaruPage::beginText

HaruPage::closePath>>

HaruPage::circle

(PECL haru >= 0.0.1)

HaruPage::circleAppend a circle to the current path

Beschreibung

bool HaruPage::circle ( float $x , float $y , float $ray )

Appends a circle to the current path.

Parameter-Liste

x

Horizontal coordinate of the center point.

y

Vertical coordinate of the center point.

ray

The ray of the circle.

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