PHP Doku:: Define a rectangle - function.swf-definerect.html

Verlauf / Chronik / History: (9) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

SWF Funktionen

<<swf_definepoly

swf_definetext>>

swf_definerect

(PHP 4)

swf_definerectDefine a rectangle

Description

void swf_definerect ( int $objid , float $x1 , float $y1 , float $x2 , float $y2 , float $width )

The swf_definerect() defines a rectangle with an upper left hand coordinate given by the x, x1, and the y, y1. And a lower right hand coordinate given by the x coordinate, x2, and the y coordinate, y2 . Width of the rectangles border is given by the width parameter, if the width is 0.0 then the rectangle 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",...)