更改窗口大小后重新绘制/刷新
当我在弹出菜单中选择画一条线时,它可以画一条线。
现在,我将用光标更改打开窗口的大小,使其变小或变大,否则该线就会消失。
当我在程序运行时更改高度/宽度后,如何重新绘制或刷新线条?
我认为 WM_Paint 中一定有一些东西,但不知道是什么。
When I choose in my popup menu draw a line, It can draw a aline.
Now I will change the size of the opening window with my cursor and make it smaller or bigger or else, the line disappear.
How can the line redraw or refresh after I change the height/width of the programm while it running?
I think there must be someting in WM_Paint, but dont know what.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将绘制线条的代码放入 WM_PAINT 中。
添加代码示例以使答案更详细。
Put the code which draws the line in WM_PAINT.
Add example of the code to make the answer more detailed.