ExportQuantumPixels method
int
ExportQuantumPixels(
- Pointer<
Image> arg0, - Pointer<
CacheView> arg1, - Pointer<
QuantumInfo> arg2, - int arg3,
- Pointer<
UnsignedChar> arg4, - Pointer<
ExceptionInfo> arg5,
Implementation
int ExportQuantumPixels(
ffi.Pointer<Image> arg0,
ffi.Pointer<CacheView> arg1,
ffi.Pointer<QuantumInfo> arg2,
int arg3,
ffi.Pointer<ffi.UnsignedChar> arg4,
ffi.Pointer<ExceptionInfo> arg5,
) {
return _ExportQuantumPixels(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
);
}