Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 680 Bytes

File metadata and controls

14 lines (11 loc) · 680 Bytes
description Learn more about: Drawing and Printing Classes
title Drawing and Printing Classes
ms.date 11/04/2016
helpviewer_keywords
output [MFC], graphical classes
drawing [MFC], classes
printing classes [MFC]
graphics [MFC], graphical output classes
ms.assetid 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