PHP Doku:: Define a line - function.swf-defineline.html

Verlauf / Chronik / History: (1) anzeigen

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

Ein Service von Reinhard Neidl - Webprogrammierung.

SWF Funktionen

<<swf_definefont

swf_definepoly>>

swf_defineline

(PHP 4)

swf_definelineDefine a line

Description

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

The swf_defineline() defines a line starting from the x coordinate given by x1 and the y coordinate given by y1 parameter. Up to the x coordinate given by the x2 parameter and the y coordinate given by the y2 parameter. It will have a width defined by the width 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",...)