CopyImagePixels method
int
CopyImagePixels(
- Pointer<
Image> arg0, - Pointer<
Image> arg1, - Pointer<
RectangleInfo> arg2, - Pointer<
OffsetInfo> arg3, - 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,
);
}