开发者

What is alphablend and what functions are used for it?

开发者 https://www.devze.com 2022-12-14 14:00 出处:网络
What is alphablend and what fun开发者_StackOverflow社区ctions are used for it?The AlphaBlend function displays bitmaps that have transparent or semitransparent pixels.

What is alphablend and what fun开发者_StackOverflow社区ctions are used for it?


The AlphaBlend function displays bitmaps that have transparent or semitransparent pixels. And the function used for alphablend is :

 BOOL AlphaBlend(HDC hdcDest,
                 int nXOriginDest,
                 int nYOriginDest,
                 int nWidthDest,
                 int nHeightDest,
                 HDC hdcSrc,  
                 int nXOriginSrc,
                 int nYOriginSrc,
                 int nWidthSrc,
                 int nHeightSrc,
                 BLENDFUNCTION blendFunction
                );

Please refer the following link-> http://msdn.microsoft.com/en-us/library/aa452850.aspx


The AlphaBlend function displays bitmaps that have transparent or semitransparent pixels.

0

精彩评论

暂无评论...
验证码 换一张
取 消