NewPixelIterator method

Pointer<PixelIterator> NewPixelIterator(
  1. Pointer<MagickWand> arg0
)

Implementation

ffi.Pointer<PixelIterator> NewPixelIterator(
  ffi.Pointer<MagickWand> arg0,
) {
  return _NewPixelIterator(
    arg0,
  );
}