Graphical Drawing Classes

Because Windows CE does not support metafiles, MFC for Windows CE supports all the graphical drawing classes except for CMetaFileDC.

The CDC class is significantly different in MFC for Windows CE than it is in the standard MFC library. This is because Windows CE-based platforms are generally less graphically sophisticated than the standard Windows-based desktop platforms.

For information about the MFC Windows CE graphical drawing classes, see the following topics:

For information about where the graphical drawing classes fit into the Windows CE class hierarchy, see Classes Derived from CObject.