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.
我正在尝试在画布上的 AndroidScript 中绘制 Arc。这种方法存在吗?
谢谢,
担
[他们让我在问题上添加更多内容,所以你去]
这是 Schnee Wittchen 在另一个论坛上发布的一个很好的答案:-
您可以使用图像对象的 DrawArc 方法。我发现它有点棘手,因为它的行为与正常解释不同,但无论如何它是可用的。
语法:img.DrawArc(x1, y1, x2, y2 ,startangle, sweepangle );
使用 x1, y1, x2, y2 定义一个矩形。在这个矩形内绘制圆弧,从起始角开始,顺时针旋转扫角。