clonePixelIterator method
Make an exact copy of the specified iterator.
Implementation
PixelIterator clonePixelIterator() =>
PixelIterator._(_magickWandBindings.ClonePixelIterator(_iteratorPtr));
Make an exact copy of the specified iterator.
PixelIterator clonePixelIterator() =>
PixelIterator._(_magickWandBindings.ClonePixelIterator(_iteratorPtr));