|
PHP5中文手册
swf_definerect(PHP 4) swf_definerect — Define a rectangle 说明
void swf_definerect
( int $objid
, float $x1
, float $y1
, float $x2
, float $y2
, float $width
)
Defines a rectangle with an upper left hand coordinate and a lower right hand coordinate. 参数
返回值无返回值。 |