The ImagickDraw class
PHP Manual

ImagickDraw::scale

(PECL imagick 2.0.0)

ImagickDraw::scaleAdjusts the scaling factor

Описание

bool ImagickDraw::scale ( float $x , float $y )
Предупреждение

Към момента тази функция не е документирана; наличен е единствено списъкът с аргументите й.

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 Manual