ConstituteImage method
Implementation
ffi.Pointer<Image> ConstituteImage(
int arg0,
int arg1,
ffi.Pointer<ffi.Char> arg2,
int arg3,
ffi.Pointer<ffi.Void> arg4,
ffi.Pointer<ExceptionInfo> arg5,
) {
return _ConstituteImage(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
);
}