Android 对象的凸面外观
我是 Android 动画的新手,所以如果有人可以帮助我,我想变换一个对象,比如说一个具有凸面外观的矩形。我可以用一些函数来做到这一点,比如倾斜或...如果有人有一个想法或示例代码,我将非常感激。提前谢谢你
I am new to android animations, so if someone can help me, I want to transform an object, lets say a rectangle to have a convex look. Can I do that with some of the functions, like lets say skew or... If someone has an idea or a sample code I would really appreciate it. Thank u in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Android 2D 库非常基本,但我认为您可以使用四个 ArcShape 用于模拟凸矩形的外观。
The Android 2D libraries are pretty basic, but I think you could use four ArcShapes to simulate the look of a convex rectangle.