略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: ming_setscale

2024-04-27

ming_setscale

(PHP 4 >= 4.0.5, PHP 5, PHP 7, PECL ming SVN)

ming_setscale Set the global scaling factor

说明

ming_setscale ( float $scale ) : void

Sets the scale of the output SWF. Inside the SWF file, coordinates are measured in TWIPS, rather than PIXELS. There are 20 TWIPS in 1 pixel.

参数

scale

The scale to be set.

返回值

没有返回值。

add a note add a note

User Contributed Notes 1 note

up
-1
mabuzzer at hotmail dot com
17 years ago
ming_setscale() sets the scale of the output SWF.

Inside the SWF file, coordinates are measured in TWIPS, rather than PIXELS. There are 20 TWIPS in 1 pixel.

Originally, Ming used the TWIP coordinate values, but this was quite often confusing, especially when loading a Ming generated movie into one created using Flash.

Ming v0.1.0 addressed this, by making the default coordinate system use Pixels. This function is to allow older code (which assumes the scale to be in TWIPS) to continue to function as it did under Ming pre 0.1.0

As the Ming site says, "If you have no idea what I'm talking about, good. " Because you then have no need for this function.

官方地址:https://www.php.net/manual/en/function.ming-setscale.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3