pixelClearException method

bool pixelClearException()

PixelClearException() clear any exceptions associated with the iterator.

Implementation

bool pixelClearException() =>
    _magickWandBindings.PixelClearException(_wandPtr).toBool();