MagickFrameImage method
Implementation
int MagickFrameImage(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<PixelWand> arg1,
int arg2,
int arg3,
int arg4,
int arg5,
int arg6,
) {
return _MagickFrameImage(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
arg6,
);
}