PHP. Руководство по PHP. 2005
SWFShape->setLine
HREF="function.swfshape.setleftfill.html">
HREF="function.swfshape.setrightfill.html">
SWFShape->setLine
(no version information, might be only in CVS)SWFShape->setLine -- Sets the shape's line style
Description
void swfshape->setline (swfshape shape)Внимание |
-Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ.
Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск. |
void swfshape->setline (int width, int red, int green, int blue [, int a])
Внимание |
-Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ.
Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск. |
swfshape->setline() sets the shape's line style. width is the line's width. If width is 0, the line's style is removed (then, all other arguments are ignored). If width> 0, then line's color is set to red, green, blue. Last parameter a is optional.
You must declare all line styles before you use them (see example).
This simple example will draw a big "!#%*@", in funny colors and gracious style.
SWFShape->setLeftFill
SWFShape->setRightFill