PHP Doku:: Draw a quadratic bezier curve between two points - function.swf-shapecurveto.html

Verlauf / Chronik / History: (15) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

SWF Funktionen

<<swf_shapecurveto3

swf_shapefillbitmapclip>>

swf_shapecurveto

(PHP 4)

swf_shapecurveto Draw a quadratic bezier curve between two points

Description

void swf_shapecurveto ( float $x1 , float $y1 , float $x2 , float $y2 )

The swf_shapecurveto() function draws a quadratic bezier curve from the x coordinate given by x1 and the y coordinate given by y1 to the x coordinate given by x2 and the y coordinate given by y2. The current position is then set to the x,y coordinates given by the x2 and y2 parameters


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