MagickOpaquePaintImage method
Implementation
int MagickOpaquePaintImage(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<PixelWand> arg1,
ffi.Pointer<PixelWand> arg2,
double arg3,
int arg4,
) {
return _MagickOpaquePaintImage(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}