ImagickDraw::translate

(PECL imagick 2.0.0)

ImagickDraw::translateApplies a translation to the current coordinate system

Beskrivelse

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

This function is currently not documented; only its argument list is available.

Applies a translation to the current coordinate system which moves the coordinate system origin to the specified coordinate.

Parametre

x

horizontal translation

y

vertical translation

Returnerings Værdier

No value is returned.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top