drawClearException method
DrawClearException() clear any exceptions associated with the wand.
Implementation
bool drawClearException() =>
_magickWandBindings.DrawClearException(_wandPtr).toBool();
DrawClearException() clear any exceptions associated with the wand.
bool drawClearException() =>
_magickWandBindings.DrawClearException(_wandPtr).toBool();