ImagickDraw::translate
(No version information available, might be only in CVS)
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
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
ImagickDraw::translate
There are no user contributed notes for this page.
