drawClearException method

bool drawClearException()

DrawClearException() clear any exceptions associated with the wand.

Implementation

bool drawClearException() =>
    _magickWandBindings.DrawClearException(_wandPtr).toBool();