Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>method floodfill class twindow</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
METHOD FloodFill CLASS TWindow
--------------------------------------------------------------------------------
Syntax:
   TWindow:FloodFill( <nRow>, <nCol>, <nRGBColor> )   -->

Parameters:

<nRow>            The pixel row that is the top row from which the clientarea that
                  will be filled with color <nRGBColor>.

<nCol>            The pixel column that is the left most pixel row from which the
                  client area of the window is to be filled with the color
                  <nRGBColor>.

<nRGBColor>       A MSWindow color number which represents the color that is to be
                  used.

Purpose:
This method can be used to color a part of the client area of the window. The area is
defined by the area enclosed in the rectangle defined by <nRow>,<nCol>, which
represent the top left corner of the rectangle and the right bottom of the client
area.



seealso: WinCls.eho:":ReleaseDC()"

Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson