The ImagickDraw class
PHP 手册

ImagickDraw::scale

(PECL imagick 2.0.0)

ImagickDraw::scaleAdjusts the scaling factor

说明

bool ImagickDraw::scale ( float $x , float $y )
Warning

本函数暂无文档,仅有参数列表。

Adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space.

参数

x

horizontal factor

y

vertical factor

返回值

无返回值。


The ImagickDraw class
PHP 手册