MagickBorderImage method
Implementation
int MagickBorderImage(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<PixelWand> arg1,
int arg2,
int arg3,
int compose,
) {
return _MagickBorderImage(
arg0,
arg1,
arg2,
arg3,
compose,
);
}