[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TCanvas.DoFloodFill

DoFloodFill calls the FloodFill method.

Declaration

Source position: graphics.pp line 1062

protected procedure TCanvas.DoFloodFill(

  x: Integer;

  y: Integer

); override;

See also

TCanvas.FloodFill

  

Fills an area at the specified coordinates with the current Brush for the canvas.


Version 3.2 Generated 2024-02-25 Home