MagickBorderImage method

int MagickBorderImage(
  1. Pointer<MagickWand> arg0,
  2. Pointer<PixelWand> arg1,
  3. int arg2,
  4. int arg3,
  5. int compose,
)

Implementation

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