BilevelImage method

int BilevelImage(
  1. Pointer<Image> arg0,
  2. double arg1,
  3. Pointer<ExceptionInfo> arg2
)

Implementation

int BilevelImage(
  ffi.Pointer<Image> arg0,
  double arg1,
  ffi.Pointer<ExceptionInfo> arg2,
) {
  return _BilevelImage(
    arg0,
    arg1,
    arg2,
  );
}