Android 绘制线的宽度
我知道如何在Android中画一条线,但是如何设置线的宽度?
我尝试绘制 X 条线,使其宽度几乎为 X,但我确信还有另一种方法。
I know how to draw a line in Android, but how can I set the width of the line?
I tried to draw X lines nearly to have a width of X but I'm sure there is another way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您设置新的油漆在画布上绘制线条时,
只需:
When you set your new paint for drawing line on canvas,
just:
查看 Android 开发人员的在线参考。
链接到具有 DrawLines() 和 DrawLines() 重载版本的相关部分...
http://developer.android.com/reference/android/graphics/Canvas.html
Look in the online reference for android developers.
Link to relevant section with DrawLines() and DrawLines() overloaded version...
http://developer.android.com/reference/android/graphics/Canvas.html