文件名称:控件中打开位图
文件大小:518B
文件格式:DSW
更新时间:2018-09-10 08:21:42
c++代码
StretchDIBits(pstatic->GetDC()->GetSafeHdc(),lprect.left,lprect.top,lprect.Width(),lprect.Height(), 0,0, BitmapInfo.biWidth,BitmapInfo.biHeight,BmpData/*DIB像素数据指针*/,bitmapinfo/*BITMAPINFO结构指针*/,DIB_RGB_COLORS/*0*/,SRCCOPY);