Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Displays bitmaps that have transparent or semitransparent pixels.
void DrawAlpha(
CDC* pDstDC,
const CRect& rectDst,
CDC* pSrcDC,
const CRect& rectSrc
);
Parameters
[in] pDstDC
A pointer to the device context for the destination.[in] rectDst
The destination rectangle.[in] pSrcDC
A pointer to the device context for the source.[in] rectSrc
The source rectangle.
Remarks
This method performs alpha-blending for two bitmaps. For more information about alpha-blending, see AlphaBlend in the Windows SDK.
Requirements
Header: afxdrawmanager.h