摘要: 使用AlphaBlend函数函数功能该函数用来显示具有指定透明度的图像。函数原型AlphaBlend(HDC hdcDest,int nXOriginDest,int nYOriginDest,int nWidthDest,int hHeightDest,HDC hdcSrc,int nXOriginSrc,int nYOriginSrc,int nWidthSrc,int nHeightSrc,BLENDFUNCTIONblendFunction);参数hdcDest:指向目标设备环境的句柄。nXoriginDest:指定目标矩形区域左上角的X轴坐标,按逻辑单位。nYOriginDest:指 阅读全文
posted @ 2013-11-04 17:48 言止予思 阅读(1380) 评论(0) 推荐(0)