Graphical Drawing Classes

MFC for Windows CE supports all the graphical drawing classes except for CMetaFileDC. The Windows CE 2.0 operating system doesn't support metafiles.

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

See the following topics for information about the MFC for Windows CE graphical drawing classes.

CDC

CClientDC

CPaintDC

CWindowDC

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