CODDib Class
class CODDib: public SECDib
DIB class that loading from icons and transparency.Defined in: OdDib.h
Class Members
CODDib()
Default constructor.
virtual ~CODDib()
Destructor.
virtual BOOL LoadImage(UINT nID)
Load the image from a resource.
virtual BOOL LoadImage(LPCTSTR lpszFileName)
Load the image from a file.
virtual BOOL LoadIcon(UINT nID, const COLORREF crFill = RGB(255,255,255))
Load the image from an icon resource.
virtual BOOL LoadIcon(LPCTSTR lpszFileName, const COLORREF crFill = RGB(255,255,255))
Load the image from an icon file.