~$ 存档

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

创建

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

  • 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);
posted on 2017-11-22 14:50  LuoTian  阅读(352)  评论(0编辑  收藏  举报