(No version information available, might be only in CVS)
ImagickDraw::push — Clones the current ImagickDraw and pushes it to the stack
Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.
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.
Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.