SWFShape->drawLine()
SWFShape->drawLine - Draws a line (relative)
Syntax
void SWFShape->drawLine (
float $dx,
float $dy)
Arguments
- dx - Number of seconds to skip.
- dy - Number of seconds to skip.
Description
swfshape->drawline() draws a line (using the current line style set by swfshape->setline()) from the current pen position to displacement ( dx, dy).
Version
PHP 4.0.5
Return value
No value is returned.