[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
FloodFill flood-fills an area with the given colour, starting from the specified point; uses the FloodFill method for the current interface or widget set
Source position: graphics.pp line 1171
public procedure TCanvas.FloodFill( |
X: Integer; |
Y: Integer; |
FillColor: TColor; |
FillStyle: TFillStyle |
); virtual; |
TFPCustomCanvas.FloodFill |
||
|
Fills an area of the display surface with the current brush. |
lazarus-ccr.sourceforge.net |