有什么方法可以捕获全屏重绘事件吗? (Windows、C#)
有什么方法可以捕获全屏重绘事件吗? (Windows,C#)
我只想在屏幕更新后才执行 CopyFromScreen,而不是通过计时器。
Is there any way to catch whole screen re-paint event? (windows, c#)
I want to do CopyFromScreen only after screen was updated, not by timer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不存在全屏绘画之类的东西。系统会优化并仅更新无效区域。我不知道你想要实现什么(你没有说),但它听起来像是一个远程桌面类型的应用程序。他们通常使用镜像驱动程序。
There is no such thing as a whole screen paint. The system optimises and only updates invalid regions. I don't know what you are trying to achieve (you didn't say) but it sounds like a remote desktop type application. They typically use mirror drivers.