MogrifyImageInfo method

int MogrifyImageInfo(
  1. Pointer<ImageInfo> arg0,
  2. int arg1,
  3. Pointer<Pointer<Char>> arg2,
  4. Pointer<ExceptionInfo> arg3,
)

Implementation

int MogrifyImageInfo(
  ffi.Pointer<ImageInfo> arg0,
  int arg1,
  ffi.Pointer<ffi.Pointer<ffi.Char>> arg2,
  ffi.Pointer<ExceptionInfo> arg3,
) {
  return _MogrifyImageInfo(
    arg0,
    arg1,
    arg2,
    arg3,
  );
}