Forum und email

SWFShape->drawLine()

(PHP 4 >= 4.0.5)

SWFShape->drawLine() — Draws a line (relative)

Description

SWFShape
void drawLine ( int $dx , int $dy )
Warning

Den här funktionen är EXPERIMENTELL. Dess beteende, namnet på den, och allt annat dokumenterat om den här funktionen kan ändras i framtida utgåvar av PHP. Använd den på egen risk.

swfshape->drawline() draws a line (using the current line style set by swfshape->setline()) from the current pen position to displacement (dx ,dy ).

Return Values

No value is returned.