#include <BitmapUtil.h>
Public Member Functions | |
BitmapDIB (const CString &strName) | |
BitmapDIB (const CString &strName, COLORREF crColor, bool bIsTransparent) | |
BitmapDIB (const CString &strName, COLORREF crTransparentColor, COLORREF crBackgroundColor) | |
virtual | ~BitmapDIB () |
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 191 of file BitmapUtil.h.
DecoratorSDK::BitmapDIB::BitmapDIB | ( | const CString & | strName | ) |
Definition at line 324 of file BitmapUtil.cpp.
DecoratorSDK::BitmapDIB::BitmapDIB | ( | const CString & | strName, | |
COLORREF | crColor, | |||
bool | bIsTransparent | |||
) |
Definition at line 330 of file BitmapUtil.cpp.
DecoratorSDK::BitmapDIB::BitmapDIB | ( | const CString & | strName, | |
COLORREF | crTransparentColor, | |||
COLORREF | crBackgroundColor | |||
) |
Definition at line 336 of file BitmapUtil.cpp.
DecoratorSDK::BitmapDIB::~BitmapDIB | ( | ) | [virtual] |
Definition at line 342 of file BitmapUtil.cpp.
void DecoratorSDK::BitmapDIB::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 350 of file BitmapUtil.cpp.
bool DecoratorSDK::BitmapDIB::isInitialized | ( | ) | const [virtual] |
Implements DecoratorSDK::BitmapBase.
Definition at line 452 of file BitmapUtil.cpp.