|
SWFShape::setLineSets the shape's line style Description
void SWFShape::setLine
( SWFShape
$shape
)
void setLine
( int
$width
, int $red
, int $green
, int $blue
[, int $a
] )Warning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.
swfshape::setline sets the shape's line style.
You must declare all line styles before you use them (see example). Return ValuesNo value is returned. ExamplesThis simple example will draw a big "!#%*@", in funny colors and gracious style. Example #1 swfshape::setline example
<?php Return ValuesNo value is returned. |