magickGetImageInterpolateMethod method
MagickGetImageInterpolateMethod() returns the interpolation method for the specified image.
Implementation
PixelInterpolateMethod magickGetImageInterpolateMethod() =>
PixelInterpolateMethod.values[
_magickWandBindings.MagickGetImageInterpolateMethod(_wandPtr)];