C# 使用 PrintWindow
我试图在 win7 中捕获一个窗口而不禁用 aero,我听到 PrintWindow 有效。
但我不知道如何使用它,我找到了一些文章但我在其中任何一个中都看不到任何图像或位图输出
有没有人有过此功能的经验并知道如何使用它?
I am trying to capture a window in win7 without disabling aero and I hear PrintWindow Works.
But I'm not sure how to use it, I found some articles but I can't see any image or bitmap output in any of them
Has anyone ever had experience with this function and knows how to use it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
上一个链接此处。
来自同一链接的代码示例:
另外,如上面链接中所指定,您可以使用托管 Control.DrawToBitamp 来实现同样的效果。
Previous link here.
Code sample from the same link:
Also as specified in the above link you can use managed Control.DrawToBitamp to achieve the same thing.