窗体在重绘的过程中,其图像信息是保存在哪里?该如何解决
窗体在重绘的过程中,其图像信息是保存在哪里?
如题,窗体在重绘的过程中,总会有一个对象来保存要重绘部分的信息。
想知道这个对象是什么?
------解决方案--------------------
PAINTSTRUCT
The PAINTSTRUCT structure contains information for an application. This information can be used to paint the client area of a window owned by that application
如果你指的是绘制的图形等,那是需要编程者自己处理的。
------解决方案--------------------
用内存DC阿
如题,窗体在重绘的过程中,总会有一个对象来保存要重绘部分的信息。
想知道这个对象是什么?
------解决方案--------------------
PAINTSTRUCT
The PAINTSTRUCT structure contains information for an application. This information can be used to paint the client area of a window owned by that application
如果你指的是绘制的图形等,那是需要编程者自己处理的。
------解决方案--------------------
用内存DC阿