I had read the code about "AlphaBlend" function a few months ago but I don't know the constant value of "AC_SRC_OVER".Who can tell me?:confused:
Printable View
I had read the code about "AlphaBlend" function a few months ago but I don't know the constant value of "AC_SRC_OVER".Who can tell me?:confused:
Here are the AC constants:
Public Const AC_SRC_OVER = &H00
Public Const AC_SRC_ALPHA = &H01
:)