PDA

Click to See Complete Forum and Search --> : DX7 Floodfill


menasoft
Mar 20th, 2000, 01:14 AM
Hello,
How can I floodfill an area of directdraw7 surface
like traditional floodfill API
thanks

KENNNY
Mar 20th, 2000, 05:46 AM
You use:

<mysurface>.bltcolorfill

it takes 2 params: a RECT that says what area you want filling, and the colour you want.

set the RECT to the right area, and it'll work fine :)