ImagickDraw::rotate


wizard apg

APPLIES the specified rotation to the current coordinate.



<?php

bool 
public ImagickDraw::rotate(
                                 
float $degrees
                                                
);

?>

$degrees


The degrees of rotation.





This function applies the specified rotation to the current coordinate space.





This function returns a TRUE on success.



  1 EXERCISE   

<?php

// continues on the next page...

?>