MagickGetImageDistortions method
Pointer<Double>
MagickGetImageDistortions(
- Pointer<
MagickWand> arg0, - Pointer<
MagickWand> arg1, - int arg2
Implementation
ffi.Pointer<ffi.Double> MagickGetImageDistortions(
ffi.Pointer<MagickWand> arg0,
ffi.Pointer<MagickWand> arg1,
int arg2,
) {
return _MagickGetImageDistortions(
arg0,
arg1,
arg2,
);
}