DistortImage method
Implementation
ffi.Pointer<Image> DistortImage(
ffi.Pointer<Image> arg0,
int arg1,
int arg2,
ffi.Pointer<ffi.Double> arg3,
int arg4,
ffi.Pointer<ExceptionInfo> exception,
) {
return _DistortImage(
arg0,
arg1,
arg2,
arg3,
arg4,
exception,
);
}