StatisticImage method

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

Implementation

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