.net onpaint 垂直同步

发布于 2024-07-19 00:51:57 字数 112 浏览 1 评论 0原文

我正在尝试使用 winforms 和 gdi+ 实现一些动画,但我在控件内得到了很多撕裂移动的精灵。

托管.net中有没有办法让重写的Control.OnPaint方法等待监视器的垂直回溯?

I'm trying to implement some animation using winforms and gdi+, but I get a lot of tearing moving sprites inside a control.

Is there a way in managed .net to have the overriden Control.OnPaint method wait for the vertical retrace of the monitor?

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

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

发布评论

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

评论(1

不甘平庸 2024-07-26 00:51:57

您已经使用双缓冲了吗? 如果不是,我怀疑这会消除撕裂,并且它比尝试等待垂直回扫更简单。

Are you already using double buffering? If not I would suspect that would remove the tearing, and it is simpler than trying to wait for the vertical retrace.

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