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