Home > PHP > Function > > ImagickDraw::pushDefs()

ImagickDraw::pushDefs()

ImagickDraw::pushDefs - Indicates that following commands create named elements for early processing

Syntax

bool ImagickDraw::pushDefs ()

Arguments

-

Description

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.

Version

PHP PECL imagick 2.0.0

Return value

No value is returned.