Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Bitmap structure
[GDI functions]

Data Structures


Detailed Description

MiniGUI uses a MYBITMAP structure to represent a device-independent bitmap, and BITMAP structure to represent a device-dependent bitmap.

Note that if _USE_NEWGAL is not defined, the BITMAP structure has a different definition:

 struct _BITMAP
 {
      Uint8   bmType;
      Uint8   bmBitsPerPixel;
      Uint8   bmBytesPerPixel;
      Uint8   bmReserved;

      Uint32  bmColorKey;

      Uint32  bmWidth;
      Uint32  bmHeight;
      Uint32  bmPitch;

      void*   bmBits;
      Uint32  bmReserved1;
 };

Generated on Mon Jun 26 13:54:31 2006 for MiniGUI V1.6.9 API Reference by  doxygen 1.4.2