更改窗口大小后重新绘制/刷新

发布于 2024-11-06 00:55:43 字数 152 浏览 1 评论 0原文

当我在弹出菜单中选择画一条线时,它可以画一条线。

现在,我将用光标更改打开窗口的大小,使其变小或变大,否则该线就会消失。

当我在程序运行时更改高度/宽度后,如何重新绘制或刷新线条?

我认为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

坏尐絯℡ 2024-11-13 00:55:43

将绘制线条的代码放入 WM_PAINT 中。
添加代码示例以使答案更详细。

Put the code which draws the line in WM_PAINT.
Add example of the code to make the answer more detailed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文