MagickGetImageRegion method
Implementation
ffi.Pointer<MagickWand> MagickGetImageRegion(
ffi.Pointer<MagickWand> arg0,
int arg1,
int arg2,
int arg3,
int arg4,
) {
return _MagickGetImageRegion(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}