InterpolatePixelInfo method

int InterpolatePixelInfo(
  1. Pointer<Image> arg0,
  2. Pointer<CacheView_> arg1,
  3. int arg2,
  4. double arg3,
  5. double arg4,
  6. Pointer<PixelInfo> arg5,
  7. Pointer<ExceptionInfo> arg6,
)

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,
  );
}