WaveImage method

Pointer<Image> WaveImage(
  1. Pointer<Image> arg0,
  2. double arg1,
  3. double arg2,
  4. int arg3,
  5. Pointer<ExceptionInfo> arg4,
)

Implementation

ffi.Pointer<Image> WaveImage(
  ffi.Pointer<Image> arg0,
  double arg1,
  double arg2,
  int arg3,
  ffi.Pointer<ExceptionInfo> arg4,
) {
  return _WaveImage(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
  );
}