SWF 函数
PHP 手册

swf_shapemoveto

(PHP 4)

swf_shapemovetoMove the current position

说明

void swf_shapemoveto ( float $x , float $y )

Moves the current position to the given point.

参数

x

x-coordinate of the target.

y

y-coordinate of the target.

返回值

无返回值。


SWF 函数
PHP 手册