PHP Doku:: Define a polygon - function.swf-definepoly.html

Verlauf / Chronik / History: (21) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

SWF Funktionen

<<swf_defineline

swf_definerect>>

swf_definepoly

(PHP 4)

swf_definepoly Define a polygon

Description

void swf_definepoly ( int $objid , array $coords , int $npoints , float $width )

The swf_definepoly() function defines a polygon given an array of x, y coordinates (the coordinates are defined in the parameter coords). The parameter npoints is the number of overall points that are contained in the array given by coords. The width is the width of the polygon's border, if set to 0.0 the polygon is filled.


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