CompositeImage method

int CompositeImage(
  1. Pointer<Image> arg0,
  2. Pointer<Image> arg1,
  3. int arg2,
  4. int arg3,
  5. int arg4,
  6. int arg5,
  7. Pointer<ExceptionInfo> arg6,
)

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,
  );
}