ImagickDraw::translate
(PECL imagick 2.0.0)
ImagickDraw::translate — Applies 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
Возвращаемые значения
Эта функция не возвращает значения после выполнения.