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 - createsolidbrush() creates a brush that has a specified solid color http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CreateSolidBrush()     Creates a brush that has a specified solid color
--------------------------------------------------------------------------------

   Syntax:              CreateSolidBrush( <nRGBColor> )  --> <hBrush>

                        This function creates a brush that has the specified
                        color in nRGBColor. The brush can be subsequently be
                        selected as the current brush for any device.

                        This functions are automatically called from FiveWin
                        TBrush class. Use the class as it is much more
                        easy to use.

   Parameters:

   <nRGBColor>          Specifies a RGB color.

   Returns:

   <hBrush>             The handle of the brush or 0 if it not was possible
                        to create it.

   Source code:         SOURCE\\WINAPI\\CreateSo.c

   See also:            Class TBrush and Brushes xBase commands.



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