函数功能该函数用来显示具有指定透明度的图像。 函数原型AlphaBlend(HDC hdcDest,int nXOriginDest,int nYOriginDest,int nWidthDest,int hHeightDest,HDC hdcSrc,int nXOriginSrc,int nYOriginSrc,int nWidthSrc,int nHeightSrc,BLENDFUNCTION blendFunction); 参数该函数用来显示具有指定透明度的图像:指向目标设备环境的句柄。
函数功能该函数用来显示具有指定透明度的图像。 函数原型AlphaBlend(HDC hdcDest,int nXOriginDest,int nYOriginDest,int nWidthDest,int hHeightDest,HDC hdcSrc,int nXOriginSrc,int nYOriginSrc,int nWidthSrc,int nHeightSrc,BLENDFUNCTION blendFunction); 参数该函数用来显示具有指定透明度的图像:指向目标设备环境的句柄。
应用推荐