A device context is a Windows data structure containing information about the drawing attributes of a device such as a display or a printer.
All drawing calls are made through a device-context object, which encapsulates the Windows APIs for drawing lines, shapes, and text.
Device contexts allow device-independent drawing in Windows.
本文介绍了Windows设备上下文的概念,解释了它是如何包含显示或打印机等设备的绘图属性信息,并说明了所有绘图调用都是通过设备上下文对象进行的,该对象封装了用于绘制线条、形状和文本的Windows API。

1733

被折叠的 条评论
为什么被折叠?



