pixelGetIteratorExceptionType method

ExceptionType pixelGetIteratorExceptionType()

Returns the exception type associated with the iterator.

Implementation

ExceptionType pixelGetIteratorExceptionType() => ExceptionType.fromValue(
      _magickWandBindings.PixelGetIteratorExceptionType(_iteratorPtr),
    );