WinXP 上的 Flip-3D 并进行分层截图
我有两个问题,但有些相关:
如何在 Windows XP 上实现没有 Aero API 的翻转 3d?
你们在 Mac 上见过这个很棒的应用程序吗? http://layersapp.com Windows 上是否有可能有类似的东西?如果第一个问题得到解决,我想我们可以制作类似的东西
我知道如何截取单个窗口的屏幕截图,只需读取 DC 的位图。但是如何截取顶部未激活的窗口的屏幕截图呢?
I have two questions but somehow related:
How to implement flip 3d without Aero APIs on Windows XP?
Have you guys seen this awesome app on Mac? http://layersapp.com Is there any possibility to have something similar on Windows? If the #1 question is solved I think we can make something like that
I know how to take a screenshot of a single window, just read the bitmap of a DC. But how to take screenshots of those windows not active on the top?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过 PrintWindow 功能。有一些注意事项需要注意。这是一篇详细介绍其用法的文章: 捕获 Windows,无论其是什么Z 顺序。
You might be able to do this via the PrintWindow function. There are some caveats to be aware of. Here is an article detailing its usage: Capturing Windows Regardless of Their Z-Order.