创建

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

  • 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);

相关文章:

  • 2021-09-09
  • 2022-12-23
  • 2021-12-27
  • 2021-07-09
  • 2022-12-23
  • 2022-02-06
猜你喜欢
  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案