The ImagickDraw class
PHP Manual

ImagickDraw::pushDefs

(No version information available, might be only in CVS)

ImagickDraw::pushDefsIndicates that following commands create named elements for early processing

Opis

bool ImagickDraw::pushDefs ( void )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Indicates that commands up to a terminating ImagickDraw::popDefs() command create named elements (e.g. clip-paths, textures, etc.) which may safely be processed earlier for the sake of efficiency.

Zwracane wartości

żadna wartość nie jest zwracana.


The ImagickDraw class
PHP Manual