CopyImagePixels method

int CopyImagePixels(
  1. Pointer<Image> arg0,
  2. Pointer<Image> arg1,
  3. Pointer<RectangleInfo> arg2,
  4. Pointer<OffsetInfo> arg3,
  5. Pointer<ExceptionInfo> arg4,
)

Implementation

int CopyImagePixels(
  ffi.Pointer<Image> arg0,
  ffi.Pointer<Image> arg1,
  ffi.Pointer<RectangleInfo> arg2,
  ffi.Pointer<OffsetInfo> arg3,
  ffi.Pointer<ExceptionInfo> arg4,
) {
  return _CopyImagePixels(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
  );
}