drawPushDefs method

void drawPushDefs()

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

Implementation

void drawPushDefs() => _magickWandBindings.DrawPushDefs(_wandPtr);