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