DIB.H in GdiTutorial4.rar


visual c++ programming gdi the four, and newcomers See...Original Link
    Sponsored links

			
#ifndef CDIB_HEADER
#define CDIB_HEADER

class CDIB
{
public:
static CDIB* Create(int cx, int cy, int nColorDepth);
static CDIB* CreateFromFile(LPCSTR);
static CDIB* CreateFromResource(HINSTANCE hInstance,LPCSTR lpszResourceName);
  
  ~CDIB();
  
  HPALETTE CreatePalette(); // creates a palette from the DIB's colortable.
  HBITMAP CreateBitmap(HPALETTE); // creates a 			

			...
			...
			... to be continued.

  This is a preview. To get the complete source file, 
  please click here to download the whole source code package.

			
			


Project Files

    Sponsored links
NameSizeDate
 DIB.H763.00 B27-07-98 05:18
 BITMAP2.BMP94.00 B17-07-98 10:17
 BITMAP3.BMP45.60 kB18-07-98 01:50
 Bmpapi.cpp5.05 kB19-01-00 23:23
 BMPAPI.H625.00 B18-07-98 02:15
 DIB.CPP2.34 kB08-08-98 05:09
 BITMAP1.BMP63.55 kB17-07-98 10:17
 Gdi04.rc149.00 B08-08-98 05:19
 MAIN.CPP4.90 kB08-08-98 05:12
 RESOURCE.H135.00 B08-08-98 05:19
 <GdiTutorial4>0.00 B25-10-04 14:17
...

Related Items

    Sponsored links