PHP Dokumentation: Function imagickdraw-translate
12. Januar 2010 von werner
ImagickDraw::translate
(PECL imagick 2.0.0)
ImagickDraw::translate — Applies a translation to the current coordinate system
Beschreibung
bool ImagickDraw::translate ( float $x , float $y )
Warnung
Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zurVerfügung.
Applies a translation to the current coordinate system which moves the coordinate system origin to the specified coordinate.
Parameter-Liste
- x
horizontal translation
- y
vertical translation
Rückgabewerte
Es wird kein Wert zurückgegeben.