如何找到 uiimage 的大小/矩形?
我有一个 UIImageView ,它有一个 UIImage (显然),并且我想获取 UIImage 的尺寸,以便我可以仅为 UIImage (而不是整个 UIImageView )绘制带有圆角边缘的边框。谢谢。
I have a UIImageView that has a UIImage (obviously), and I want to get the dimensions of the UIImage so that I can draw a border with rounded edges for just the UIImage (not the entire UIImageView). Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UIImage 有一个 -size 属性。
UIImage has a -size property.