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

TCanvas.DoFloodFill

DoFloodFill calls FloodFill

Declaration

Source position: graphics.pp line 1042

protected procedure TCanvas.DoFloodFill(

  x: Integer;

  y: Integer

); override;

See also

TFPCustomCanvas.DoFloodFill

TCanvas.FloodFill

  

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

The latest version of this document can be found at lazarus-ccr.sourceforge.net.