Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Technical Reference - <b>_gbmpdisp()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _gBmpDisp()
 Display a bitmap or icon previously loaded with _gBmpLoad()
------------------------------------------------------------------------------
 C Prototype

     #include "llibg.api"
     void _gBmpDisp(
                     ITEM itmArrayBmp,
                     int iXStart,
                     int iYStart,
                     DWORD dwTransColor
                   )

 Arguments

     itmArrayBmp is an array item returned by _gBmpLoad().

     iXStart is the pixel-based X coordinate at which to begin the
     display.

     iYStart is the pixel-based Y coordinate at which to begin the
     display.

     dwTransColor is the outline color.  The range of valid values is
     limited to the number of colors available in the selected video mode.
     For example, in 16-color modes, valid values are between zero and 15,
     and in 256-color modes, valid values are between zero and 255.  Note
     that you can specify LLG_NO_COLOR for no color.

 Notes

     .  Restrictions:  You cannot use this function unless you have
        set the screen to one of the graphic modes using _gModeSet().  This
        function respects the screen clipping region as set by _gClipSet().

 Files   Library is LLIBG.LIB, header file is Llibg.api.


See Also: _gBmpLoad() _gClipSet() _gModeSet()

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