(No version information available, might be only in CVS)
ImagickDraw::push — Clones the current ImagickDraw and pushes it to the stack
Cette fonction n'est pas documentée et seule la liste des arguments est disponible.
Clones 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 pop(). The ImagickDraws are stored on a ImagickDraw stack. For every Pop there must have already been an equivalent Push.
Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.