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 - saybitmap prints a bitmap. http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SayBitmap          Prints a Bitmap.
--------------------------------------------------------------------------------

 Syntax:            <oPrn>:SayBitmap( <nRow>, <nCol>, <xBitmap>, <nWidth>,
                                      <nHeight>, <nRaster> ) --> nil

 Parameters:

 <nRow>             The start coordinates for the bitmap. By default
 <nCol>             they are expressed in pixels, unless a different
                    SetMapMode() is used.

 <xBitmap>          A string with the name of the BMP file to print, if
                    it exits, or the name of the bitmap resource or a numeric
                    value with the resource identifier if the bitmap should
                    be loaded from resources.

 <nWidth>           The dimensions of the image to print. By default the
 <nHeight>          original dimensions of the bitmap are used.

 <nRaster>          An optional numeric value indicating the kind of raster
                    operation to perform. Some of the possible values are:
                    (to review all possible operations with bitmaps we
                    strongly recommend a Graphics management Windows book)

                    #define MERGEPAINT    12255782    // 0xBB0226
                    #define SRCAND         8913094


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