image.h
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:0k
源码类别:

系统编程

开发平台:

Visual C++

  1. #ifndef _INC_IMAGE
  2. #define _INC_IMAGE
  3. // internal image stuff
  4. void FAR PASCAL InitDitherBrush(void);
  5. void FAR PASCAL TerminateDitherBrush(void);
  6. HBITMAP FAR PASCAL CreateMonoBitmap(int cx, int cy);
  7. HBITMAP FAR PASCAL CreateColorBitmap(int cx, int cy);
  8. void WINAPI ImageList_CopyDitherImage(HIMAGELIST pimlDest, WORD iDst,
  9.     int xDst, int yDst, HIMAGELIST pimlSrc, int iSrc, UINT fStyle);
  10. #endif  // _INC_IMAGE