Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法捕捉整个屏幕重绘事件?(windows, c#)
我只想在屏幕更新后才执行 CopyFromScreen,而不是按计时器。
没有像整个屏幕油漆这样的东西。系统优化,只更新无效区域。我不知道您要实现什么(您没有说),但这听起来像是一个远程桌面类型的应用程序。他们通常使用镜像驱动程序。
没有像整屏油漆这样的东西