2008年1月21日

DDB to DIB

摘要: bool CCStaticDrawDlg::SaveBitmapFile(CString strFileName, CBitmap &bmp,CDC *pdc) { BITMAP bm; bmp.GetBitmap (&bm); int nWidth = bm.bmWidth; int nHeight = bm.bmHeight; in... 阅读全文

posted @ 2008-01-21 13:52 wqj1212 阅读(495) 评论(0) 推荐(0) 编辑

导航