Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Microsoft C 6.0 - <b>_floodfill_w() fill area with color (window coords)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _floodfill_w()          Fill area with color (window coords)

 #include   <graph.h>

 short _floodfill_w(wx, wy, boundary);
 double wx, wy;         Origin point to start fill at
 short boundary;        Boundary color of region to color

    _floodfill_w() is the window coordinates version of _floodfill();
    it fills an area of the window with the current color and fill
    mask, starting at the point (wx, wy) and bounded by color boundary.
    See _floodfill() for more information.

    Returns:         Nonzero value for success; 0 otherwise.

    Portability:     MS-DOS only, true MDPA, CGA, EGA, MCGA, or VGA video
                     compatibles.


See Also: _getfillmask() _setcliprgn() _setcolor() _setfillmask()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson