Fills an area of the display surface with the current brush.
Source position: winapih.inc line 105
function FloodFill(
DC: HDC;
X: Integer;
Y: Integer;
Color: TGraphicsColor;
FillStyle: TGraphicsFillStyle;
Brush: HBRUSH
):Boolean;