ImagickDraw::push


wizard apg

CLONES the current ImagickDraw and pushes it to the stack.



<?php

bool 
public ImagickDraw::push();

?>

 


This funcion has no parameters.





This function lones the current ImagickDraw to create a new ImagickDraw, which is then added to the ImagickDraw stack.

The original drawing ImagickDraw(s) may be returned to by invoking ImagickDraw::pop().

The ImagickDraws are stored on a ImagickDraw stack.

For every Pop there must have already been an equivalent Push.






This function returns a TRUE on success.



  1 EXERCISE   

<?php

// continues on the next page...

?>