destroyPixelIterator method
void
destroyPixelIterator()
DestroyPixelIterator() deallocates resources associated with a PixelIterator. Never use a pixel iterator after it has been destroyed.
Implementation
void destroyPixelIterator() =>
_magickWandBindings.DestroyPixelIterator(_iteratorPtr);