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.
我想知道是否有可能例如枚举所有桌面可见窗口以创建它们的位图并将所有位图合并为一个以便获得桌面的完整屏幕截图?
最有可能使用 GDI/GD+,但也欢迎使用任何外部库。首选语言 C\C++。
提前致谢。
要在 GDI 中的位图之间进行复制,请查看BitBlt。