Android 绘制线的宽度

发布于 2024-12-01 05:28:03 字数 79 浏览 0 评论 0原文

我知道如何在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 技术交流群。

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

发布评论

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

评论(2

爱要勇敢去追 2024-12-08 05:28:03

当您设置新的油漆在画布上绘制线条时,

只需:

yourpaint.setStrokeWidth(23);

When you set your new paint for drawing line on canvas,

just:

yourpaint.setStrokeWidth(23);
離人涙 2024-12-08 05:28:03

查看 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

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