| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
SWFShape->setLine()
Popis
class SWFShape {void setLine ( SWFShape shape )
void setLine ( int width, int red, int green, int blue [, int a] )
}
| Varování |
Tato funkce je EXPERIMENTÁLNÍ. Chování této funkce, její název a všechno ostatní, co je zde zdokumentováno, se v budoucích verzích PHP může BEZ OHLÁŠENÍ změnit. Berte to v úvahu a používejte tuto funkci na vlastní nebezpečí. |
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).
Příklady
This simple example will draw a big "!#%*@", in funny colors and gracious style.
| Předcházející | Domů | Další |
| SWFShape->setLeftFill() | Nahoru |