AlphaBlend(Dest, XOriginDest, YOriginDest, WidthDest, HeightDest, Src, XOriginSrc, YOriginSrc, WidthSrc, HeightSrc, blendFunction)
Transfers color information using alpha blending
Parameters
Dest : PyHANDLE
Destination device context handleXOriginDest : int
X pos of dest rectYOriginDest : int
Y pos of dest rectWidthDest : int
Width of dest rectHeightDest : int
Height of dest rectSrc : PyHANDLE
Source DC handleXOriginSrc : int
X pos of src rectYOriginSrc : int
Y pos of src rectWidthSrc : int
Width of src rectHeightSrc : int
Height of src rectblendFunction : PyBLENDFUNCTION
Alpha blending parameters