[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
DoFloodFill calls FloodFill.
Source position: graphics.pp line 1030
protected procedure TCanvas.DoFloodFill( |
x: Integer; |
y: Integer |
); override; |
|
FloodFill flood-fills an area with the given color, starting from the specified point; uses the FloodFill method for the current interface or widget set. |
lazarus-ccr.sourceforge.net |