SWF 函数
PHP 手册

swf_shapelineto

(PHP 4)

swf_shapelinetoDraw a line

说明

void swf_shapelineto ( float $x , float $y )

Draws a line to the x and y coordinates. The current position is then set to that point.

参数

x

x-coordinate of the target.

y

y-coordinate of the target.

返回值

无返回值。


SWF 函数
PHP 手册