ExportImagePixels method

int ExportImagePixels(
  1. Pointer<Image> arg0,
  2. int arg1,
  3. int arg2,
  4. int arg3,
  5. int arg4,
  6. Pointer<Char> arg5,
  7. int arg6,
  8. Pointer<Void> arg7,
  9. Pointer<ExceptionInfo> arg8,
)

Implementation

int ExportImagePixels(
  ffi.Pointer<Image> arg0,
  int arg1,
  int arg2,
  int arg3,
  int arg4,
  ffi.Pointer<ffi.Char> arg5,
  int arg6,
  ffi.Pointer<ffi.Void> arg7,
  ffi.Pointer<ExceptionInfo> arg8,
) {
  return _ExportImagePixels(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
    arg5,
    arg6,
    arg7,
    arg8,
  );
}