#include <BitmapUtil.h>
Public Member Functions | |
BitmapRES (UINT uiID) | |
BitmapRES (UINT uiID, COLORREF crColor, bool bIsTransparent) | |
BitmapRES (UINT uiID, COLORREF crTransparentColor, COLORREF crBackgroundColor) | |
~BitmapRES () | |
virtual bool | isInitialized () const |
virtual void | draw (Gdiplus::Graphics *gdip, CDC *pDC, const CRect &srcRect, const CRect &dstRect, DWORD dwOpCode, DWORD dwModifierFlags=MF_NOOP) const |
Definition at line 286 of file BitmapUtil.h.
DecoratorSDK::BitmapRES::BitmapRES | ( | UINT | uiID | ) |
Definition at line 1085 of file BitmapUtil.cpp.
DecoratorSDK::BitmapRES::BitmapRES | ( | UINT | uiID, | |
COLORREF | crColor, | |||
bool | bIsTransparent | |||
) |
Definition at line 1091 of file BitmapUtil.cpp.
DecoratorSDK::BitmapRES::BitmapRES | ( | UINT | uiID, | |
COLORREF | crTransparentColor, | |||
COLORREF | crBackgroundColor | |||
) |
Definition at line 1097 of file BitmapUtil.cpp.
DecoratorSDK::BitmapRES::~BitmapRES | ( | ) |
Definition at line 1103 of file BitmapUtil.cpp.
void DecoratorSDK::BitmapRES::draw | ( | Gdiplus::Graphics * | gdip, | |
CDC * | pDC, | |||
const CRect & | srcRect, | |||
const CRect & | dstRect, | |||
DWORD | dwOpCode, | |||
DWORD | dwModifierFlags = MF_NOOP | |||
) | const [virtual] |
Implements DecoratorSDK::BitmapBase.
Definition at line 1109 of file BitmapUtil.cpp.
bool DecoratorSDK::BitmapRES::isInitialized | ( | ) | const [virtual] |
Implements DecoratorSDK::BitmapBase.
Definition at line 1145 of file BitmapUtil.cpp.