CompositeImage method
Implementation
int CompositeImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<Image> arg1,
int arg2,
int arg3,
int arg4,
int arg5,
ffi.Pointer<ExceptionInfo> arg6,
) {
return _CompositeImage(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
arg6,
);
}