Function.swfshape
Aus PHP-Wiki
kfz-versicherung und Autoversicherung kostenlos vergleichen, Rechtsschutzversicherung . Das Riester-Prinzip
SWFShape
(PHP 4 >= 4.0.5)
SWFShape -- Creates a new shape object.Description
new swfshape ( void )</BR >
| Warnung |
Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko. |
swfshape() creates a new shape object.
SWFShape has the following methods : swfshape->setline(), swfshape->addfill(), swfshape->setleftfill(), swfshape->setrightfill(), swfshape->movepento(), swfshape->movepen(), swfshape->drawlineto(), swfshape->drawline(), swfshape->drawcurveto() and swfshape->drawcurve().
This simple example will draw a big red elliptic quadrant.
Beispiel 1. swfshape() example
|