Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 680 Bytes

drawing-and-printing-classes.md

File metadata and controls

14 lines (11 loc) · 680 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Drawing and Printing Classes
Drawing and Printing Classes
11/04/2016
output [MFC], graphical classes
drawing [MFC], classes
printing classes [MFC]
graphics [MFC], graphical output classes
2781c599-a038-462a-98ca-634b07ee22b0

Drawing and Printing Classes

In Windows, all graphical output is drawn on a virtual drawing area called a device context (DC). MFC provides classes to encapsulate the various types of DCs, as well as encapsulations for Windows drawing tools such as bitmaps, brushes, palettes, and pens.

See also

Class Overview