CODDib Class

class CODDib: public SECDib

DIB class that loading from icons and transparency.

Defined in: OdDib.h

Class Members

VIEWS_API CODDib()

Default constructor.

VIEWS_API virtual ~CODDib()

Destructor.

VIEWS_API virtual BOOL LoadImage(UINT nID)

Load the image from a resource.

VIEWS_API virtual BOOL LoadImage(LPCTSTR lpszFileName)

Load the image from a file.

VIEWS_API virtual BOOL LoadIcon(UINT nID, const COLORREF crFill = RGB(255,255,255))

Load the image from an icon resource.

VIEWS_API virtual BOOL LoadIcon(LPCTSTR lpszFileName, const COLORREF crFill = RGB(255,255,255))

Load the image from an icon file.