newPixelIterator static method
Returns a new pixel iterator.
Don't forget to destroy the returned iterator using destroyPixelIterator when you are done with it.
Implementation
static PixelIterator? newPixelIterator(MagickWand wand) =>
PixelIterator._fromAddress(
_magickWandBindings.NewPixelIterator(wand._wandPtr).address,
);