完全创建屏幕上不可见的列表视图的位图。

发布于 2024-11-26 17:56:04 字数 182 浏览 1 评论 0原文

我正在尝试创建列表视图的位图,其中整个列表视图在屏幕上不可见。我正在使用

位图 mBitmap = fullView.getDrawingCache();

创建位图。它适用于屏幕上可见的列表视图部分,但不适用于不可见的部分。我想知道是否可以创建列表视图的位图,而不必将其完全显示在屏幕上。感谢所有建议/解决方案。谢谢。

I am trying to create a bit map of a list view, where the entire listview is not visible on the screen. I am using

Bitmap mBitmap = fullView.getDrawingCache();

to create bitmap. It works fine for the part of listview that is visible on the screen but, not for the part that is not.I would like to know if a bitmap of a listview can be created without having to display it completely on the screen. All suggestions/ solutions are appreciated. Thanks.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文