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