MagickGetInterpolateMethod method

int MagickGetInterpolateMethod(
  1. Pointer<MagickWand> arg0
)

Implementation

int MagickGetInterpolateMethod(
  ffi.Pointer<MagickWand> arg0,
) {
  return _MagickGetInterpolateMethod(
    arg0,
  );
}