[fpc-pascal] fpcanvas and FloodFill()

Graeme Geldenhuys graemeg.lists at gmail.com
Mon Jul 2 12:39:09 CEST 2007


Hi,

Still trying to implement fpcanvas as the bases classed for fpGUI.
What is the function of...?

TFPCustomCanvas = class
....
  procedure FloodFill (x,y:integer);
...

How is it supposed to differ from Canvas.Clear() and
Canvas.Rectangle() which can both handle filling of a rectangle?

Regards,
  - Graeme -



More information about the fpc-pascal mailing list