Plattform Windows 95: Supporterad. Windows 98: Supporterad. Windows NT: Requires Windows NT 3.1 eller senare. Windows 2000: Supporterad. Windows CE: Not Supporterad. Returnerar If an error occured, the function returns 0 (Windows NT, 2000: use GetLastError to get the error code). If successful, the function returns a non-zero value. Visual Basic-Specific Issues None. Parameters hdc A handle to a device context to the device to perform the flood fill on. nXStart The x-coordinate of the point to begin the flood fill at. nYStart The y-coordinate of the point to begin the flood fill at. crColor The RGB value of the color determining the extent of the flood fill operation. Its exact interpretation depends on the flag passed as fuFillType. fuFillType One of the following flags specifying how to determine the boundary of the flood fill operation: FLOODFILLBORDER Fill from the beginning point in all directions until a boundary of color crColor is reached. The flood fill will cover over any colors within the region which do not have the color of crColor. FLOODFILLSURFACE Fill from the beginning point in all directions as long as the fill-in color crColor is encountered. The boundary of the flood fill is made up of any color which is not identical to crColor. Konstant Const FLOODFILLBORDER = 0 Const FLOODFILLSURFACE = 12024-04-19" />