Copyright ® (1999-2008) EDMGROUP Pty Ltd - EZY Prolog Reference

 draw_floodfill

[This is preliminary specification and subject to change.]

Group

Graphics and Pictures  (more...)

Type

determ

Syntax

draw_floodfill( WINDOW WINDOW, PNT StartPoint, COLOR BoundaryColor)

Flow patterns

(i, i,i)

 

Description:

Fills an area of the screen surface by using the current brush.
The draw_FloodFill fills an area of the screen surface by using the current window brush. The area is assumed to be bounded as specified by the BoundaryColor parameter. The draw_FloodFill function begins at the StartPoint point and continues in all directions to the color boundary. WinHandle should be one of the drawable types.
If the StartPoint already has the color BoundaryColor then no fill will take place.

Sample:

No sample

Copyright © 1997-2013 EDMGROUP (Australia)