在 Android 中绘制一条粗的拱形线
大家好。
我想知道如何在画布上画一条疼痛的线。如果我继续这条线,它将形成一个完美的圆圈。我有一些接近的馅饼楔形,但我只想要楔形的外部,并且它需要是圆形的。我应该怎么办
Greetings Everyone.
I was wondering how would I go about drawing an ached line on a canvas. If I were to continue this line it would make a perfect circle. I've got pie wedges which is close but I just want the outside of the wedge and it needs to be circular. What should I do
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Canvas 和
drawArc()
函数。Canvas and the
drawArc()
function.