Thursday, March 22, 2007

AlphaBlend() fn notes

In VC98, AlphaBlend() fn is not added to CDC class..we can make use of

AlphaBlend() fn with msimg32.lib . msimg32.lib contains AlphaBlend() fn..

#define AC_SRC_OVER 0x0
#define AC_SRC_ALPHA 0x1

How can we access the HDC from CDC class ?...

CDC class has m_hDC member which is a type of HDC for CDC...

No comments: