What is alphablend and what functions are used for alphablend?
Please Reply Thanks in Advance
What is alphablend and what functions are used for alphablend?
Please Reply Thanks in Advance
The AlphaBlend function displays bitmaps that have transparent or semitransparent pixels.
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