UnsharpMaskImage method
Implementation
ffi.Pointer<Image> UnsharpMaskImage(
ffi.Pointer<Image> arg0,
double arg1,
double arg2,
double arg3,
double arg4,
ffi.Pointer<ExceptionInfo> arg5,
) {
return _UnsharpMaskImage(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
);
}