The ImagickDraw class
PHP 手册

ImagickDraw::translate

(PECL imagick 2.0.0)

ImagickDraw::translateApplies a translation to the current coordinate system

说明

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

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

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 手册