ImagickDraw::push
(PECL imagick 2.0.0)
ImagickDraw::push — Clones the current ImagickDraw and pushes it to the stack
Descrição
bool ImagickDraw::push
( void
)
Aviso
Esta função não está documentada; somente a lista de argumentos está disponível.
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.
Valor Retornado
Retorna TRUE em caso de sucesso ou FALSE em falhas.
ImagickDraw::push
There are no user contributed notes for this page.
