FloodfillPaintImage method
Implementation
int FloodfillPaintImage(
ffi.Pointer<Image> arg0,
ffi.Pointer<DrawInfo> arg1,
ffi.Pointer<PixelInfo> arg2,
int arg3,
int arg4,
int arg5,
ffi.Pointer<ExceptionInfo> arg6,
) {
return _FloodfillPaintImage(
arg0,
arg1,
arg2,
arg3,
arg4,
arg5,
arg6,
);
}