SWF 函数
PHP 手册

swf_ortho2

(PHP 4)

swf_ortho2Defines 2D orthographic mapping of user coordinates onto the current viewport

说明

void swf_ortho2 ( float $xmin , float $xmax , float $ymin , float $ymax )

Defines a two dimensional orthographic mapping of user coordinates onto the current viewport, this defaults to one to one mapping of the area of the Flash movie.

If a perspective transformation is desired, swf_perspective() can be used.

参数

xmin

xmax

ymin

ymax

返回值

无返回值。

参见


SWF 函数
PHP 手册