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.
什么是在画布上绘制圆圈的更有效方法。
我可以通过两种方式做到这一点:
canvas.drawcircle(...)
ShapeDrawable.SetBounds()
ShapeDrawable.draw(canvas)
什么渲染速度更快?有什么更好的做法?还是没关系?
drawCircle() 应该更快。