【发布时间】:2014-07-18 13:35:57
【问题描述】:
我正在开发一个 Windows Phone 8.1 应用程序。我需要捕获整个屏幕。我创建了一个静态库项目并使用 WinRT 组件访问它。在 Lib 项目(c++)中,我尝试使用 CreateCompatibleDC、BitBlt 等 api,但似乎它们在 windows phone 中不可用。
请提出任何替代方案或解决方案。
提前致谢。
【问题讨论】:
标签: c++ screenshot screen-capture windows-phone-8.1