InterpolatePixelInfo method
Implementation
int InterpolatePixelInfo(
ffi.Pointer<Image> arg0,
ffi.Pointer<CacheView_> arg1,
int arg2,
double arg3,
double arg4,
ffi.Pointer<PixelInfo> arg5,
ffi.Pointer<ExceptionInfo> arg6,
) {
return _InterpolatePixelInfo(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
arg6,
);
}