The ImagickDraw class
PHP Manual

ImagickDraw::translate

(PECL imagick 2.0.0)

ImagickDraw::translateApplies a translation to the current coordinate system

Описание

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

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

Applies a translation to the current coordinate system which moves the coordinate system origin to the specified coordinate.

Параметри

x

horizontal translation

y

vertical translation

Връщани стойности

Няма връщана стойност.


The ImagickDraw class
PHP Manual