CGdiObject

CGdiObject is the abstract base class for various kinds of Windows graphics device interface (GDI) objects such as bitmaps, regions, brushes, pens, palettes, and fonts.

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

MFC for Windows CE supports the following member functions of the CGdiObject class differently than the standard MFC library does.

CGdiObject::CreateStockObject

CGdiObject::DeleteObject

CGdiObject::GetObjectType

MFC for Windows CE does not support the UnrealizeObject member function of the CGdiObject class.

See Also

CGdiObject Member Functions, CGdiObject Data Members, Graphical Drawing Object Classes, CBitmap, CBrush, CFont