MFC绘图时的问题

发布于 2024-10-12 22:45:16 字数 28 浏览 2 评论 0原文

我想把自己画的图移动到原来的地方,怎么办?

i want to move a picture which was drawed by me and rub the original.how can i do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

深居我梦 2024-10-19 22:45:16

最简单的解决方案是将原始图片保留在 中内存DC。将图像绘制到其中,然后将其 BitBlt 到屏幕上。当您想要移动它时,请再次擦除窗口和 BitBlt - 现在位于新位置。

The easiest solution for this is to keep the original picture in a memory DC. Draw the image to it, then BitBlt it to the screen. When you want to move it, erase your window and BitBlt it again - now at the new location.

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