PHP Doku:: Draw a circular arc - function.swf-shapearc.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenShockwave FlashSWF Funktionenswf_shapearc

Ein Service von Reinhard Neidl - Webprogrammierung.

SWF Funktionen

<<swf_setframe

swf_shapecurveto3>>

swf_shapearc

(PHP 4)

swf_shapearcDraw a circular arc

Description

void swf_shapearc ( float $x , float $y , float $r , float $ang1 , float $ang2 )

The swf_shapeArc() function draws a circular arc from angle A given by the ang1 parameter to angle B given by the ang2 parameter. The center of the circle has an x coordinate given by the x parameter and a y coordinate given by the y, the radius of the circle is given by the r parameter.


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