(PHP 5 <= 5.3.0, PECL ming SVN)
SWFShape::drawLineTo — Draws a line
$x
, float $y
)Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.
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.
Não há valor retornado.