CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

CWindowDC

MFC – The device context classes

Windows device context is the key GDI element that refers a physical device. Device contexts are used to draw to the physical device; screen, printer, etc,. MFC provides different wrapper classes; and each class is associated with Windows device context. Through this article, we are going to discuss different MFC’s Device Context classes. CDC class […]

Scroll to top