MagickRotateImage method

int MagickRotateImage(
  1. Pointer<MagickWand> arg0,
  2. Pointer<PixelWand> arg1,
  3. double arg2
)

Implementation

int MagickRotateImage(
  ffi.Pointer<MagickWand> arg0,
  ffi.Pointer<PixelWand> arg1,
  double arg2,
) {
  return _MagickRotateImage(
    arg0,
    arg1,
    arg2,
  );
}