Android 位图通过 View.getDrawingCache() 在 SurfaceView 上创建?

发布于 2024-12-08 02:49:29 字数 139 浏览 0 评论 0原文

一旦 View.setDrawingCacheEnabled() 设置为 true,您似乎可以通过 View.getDrawingCache() 从屏幕上显示的内容创建位图。但它似乎不适用于 SurfaceView(它在放置表面视图的位置返回黑色)。有办法做到吗?

It appears that you can create a bitmap from what is showing on the screen via View.getDrawingCache() once View.setDrawingCacheEnabled() is set to true. But it does not seems to work for the SurfaceView(It returns black where the surface view is placed). Is there a way to do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不寐倦长更 2024-12-15 02:49:29

https://groups.google.com/forum/?fromgroups# !topic/android-platform/xHIActZZ9PA

抱歉,从本质上讲,SurfaceView 不会在正常的视图层次结构更新系统中绘制,因此它不会在其中绘制。

https://groups.google.com/forum/?fromgroups#!topic/android-platform/xHIActZZ9PA

Sorry, by its nature a SurfaceView does not draw in the normal view hierarchy update system, so it won't be drawn in that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文