Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个android应用程序,其中我有两个点(x1,y1)和(x2,y2),它们之间已经画了线。现在我想在它上面画一条线来突出显示那条线。使用 canvas.drawLine() 绘制线条。
如果我在已经绘制的线条上绘制荧光笔线,还有一点......我是否必须限制用户只能使用 onTouchEvent 在现有线条上绘制线条,或者他们存在一种对我做同样事情的方法