如何获取View的大小?

发布于 2024-11-08 01:36:47 字数 112 浏览 0 评论 0原文

所以我试图让我的 Android 应用程序构建一个图像视图大小的位图。 imageview 的大小根据屏幕的大小而变化,那么如何将大小传递给使位图始终为 imageview 大小的方法呢?

谢谢

So I'm trying to make my android app build a bitmap to the size of an imageview. The imageview's size changes based on the size of the screen, so how could I pass the size to a method that makes a bitmap that is always the size of the imageview?

Thanks

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

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

发布评论

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

评论(1

老街孤人 2024-11-15 01:36:47

将您的 imageview 对象传递给创建位图的方法。使用该对象获取高度和宽度。

Pass your imageview object to your method which creates bitmap. Use that object to get height and width.

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