Home > PHP > Function > > SWFShape->drawLineTo()

SWFShape->drawLineTo()

SWFShape->drawLineTo - Draws a line

Syntax

void SWFShape->drawLineTo (float $x, float $y)

Arguments

  • x - Number of seconds to skip.
  • y - Number of seconds to skip.

Description

swfshape->setrightfill() draws a line (using the current line style, set by swfshape->setline()) from the current pen position to point ( x, y) in the shape's coordinate space.

Version

PHP 4.0.5

Return value

No value is returned.