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 - createpattern() creates a brush with the specified pattern bitmap http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CreatePattern()        Creates a brush with the specified pattern bitmap
--------------------------------------------------------------------------------

   Syntax:              CreatePattern( <hBitmap> )  -->  <hBrush>

                        This function creates a brush whose pattern is
                        specified by a bitmap. The brush can be subsequently
                        be selected for any device that support raster
                        operations.

   Parameters:

   <hBitmap>            Identifies the bitmap.

   Returns:

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

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

   See also:            CreateHatchBrush()



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