CImageList

创建

有五个重载函数,分别如下:

  • BOOL Create(int cx, int cy, UINT nFlags, int nInitial, int nGrow);
  • BOOL Create(UINT nBitmapID, int cx, int nGrow, COLORREF crMask);
  • BOOL Create(LPCTSTR lpszBitmapID, int cx, int nGrow, COLORREF crMask);
  • BOOL Create(CImageList& imagelist1, int nImage1, CImageList& imagelist2,
  • int nImage2, int dx, int dy);
  • BOOL Create(CImageList* pImageList);

转载于:https://www.cnblogs.com/tinaluo/p/7879196.html