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 jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfü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.
ImagickDraw::translate
There are no user contributed notes for this page.
