ImagickDraw::translate


wizard apg

APPLIES a translation to the current coordinate system.



<?php

bool 
public ImagickDraw::translate(
                                            
float $x,
                                            
float $y
                                                     
);

?>

$x


The horizontal translation.



$y


The vertical translation.





This function applies a translation to the current coordinate system which moves the coordinate system origin to the specified coordinate..





This function returns a TRUE on success.



  1 EXERCISE   

<?php

// continues on the next page...

?>