MagickCommandGenesis method

int MagickCommandGenesis(
  1. Pointer<ImageInfo> arg0,
  2. MagickCommand arg1,
  3. int arg2,
  4. Pointer<Pointer<Char>> arg3,
  5. Pointer<Pointer<Char>> arg4,
  6. Pointer<ExceptionInfo> arg5,
)

Implementation

int MagickCommandGenesis(
  ffi.Pointer<ImageInfo> arg0,
  MagickCommand arg1,
  int arg2,
  ffi.Pointer<ffi.Pointer<ffi.Char>> arg3,
  ffi.Pointer<ffi.Pointer<ffi.Char>> arg4,
  ffi.Pointer<ExceptionInfo> arg5,
) {
  return _MagickCommandGenesis(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
    arg5,
  );
}