MagickShearImage method

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

Implementation

int MagickShearImage(
  ffi.Pointer<MagickWand> arg0,
  ffi.Pointer<PixelWand> arg1,
  double arg2,
  double arg3,
) {
  return _MagickShearImage(
    arg0,
    arg1,
    arg2,
    arg3,
  );
}