MogrifyImageCommand method
Implementation
int MogrifyImageCommand(
ffi.Pointer<ImageInfo> arg0,
int arg1,
ffi.Pointer<ffi.Pointer<ffi.Char>> arg2,
ffi.Pointer<ffi.Pointer<ffi.Char>> arg3,
ffi.Pointer<ExceptionInfo> arg4,
) {
return _MogrifyImageCommand(
arg0,
arg1,
arg2,
arg3,
arg4,
);
}