SharpenImage method

Pointer<Image> SharpenImage(
  1. Pointer<Image> arg0,
  2. double arg1,
  3. double arg2,
  4. Pointer<ExceptionInfo> arg3,
)

Implementation

ffi.Pointer<Image> SharpenImage(
  ffi.Pointer<Image> arg0,
  double arg1,
  double arg2,
  ffi.Pointer<ExceptionInfo> arg3,
) {
  return _SharpenImage(
    arg0,
    arg1,
    arg2,
    arg3,
  );
}