7 out of 28 rated this helpful - Rate this topic

CBitmap Class 

Encapsulates a Windows graphics device interface (GDI) bitmap and provides member functions to manipulate the bitmap.


class CBitmap : public CGdiObject

To use a CBitmap object, construct the object, attach a bitmap handle to it with one of the initialization member functions, and then call the object's member functions.

For more information on using graphic objects like CBitmap, see Graphic Objects.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.