简体   繁体   English

两点之间的曲线。 安卓系统

[英]Curved line between two points. Android

How i can draw that line with changeable angle and direction? 我如何绘制角度和方向可变的线? 线的例子

Red - it is points. 红色-点。

Check out 查看

http://developer.android.com/reference/android/graphics/Canvas.html http://developer.android.com/reference/android/graphics/Canvas.html

It has a drawArc() method which you might find useful. 它有一个drawArc()方法,您可能会觉得有用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM