[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Fills an area of the display surface with the current brush.
Source position: winapih.inc line 105
public function TWidgetSet.FloodFill( |
DC: HDC; |
X: Integer; |
Y: Integer; |
Color: TGraphicsColor; |
FillStyle: TGraphicsFillStyle; |
Brush: HBRUSH |
):Boolean; virtual; |
DC |
|
The device context. |
X |
|
The starting point. |
Y |
|
The starting point. |
Color |
|
The area or boundary color, depending on FillStyle. |
FillStyle |
|
fsBorder or fsSurface. |
Brush |
|
The brush used to fill the area. |
False on failure.
FillStyle specifies the area:
Filling starts at a given point, which resides somewhere inside the area.
Version 4.0 | Generated 2025-05-03 | Home |