void drawArc(RectF oval, float startAngle, float sweepAngle, boolean useCenter, Paint paint) Draw the specified arc, which will be scaled to fit inside the specified oval. 也就是在画布上绘制一个指定弧。这个方法有5个参数
在QT的painter类中,我们可以方便的进行一些图形绘制。其中绘制圆弧的3个命令如下: void drawArc(const QRectF &rectangle, int startAngle, int spanAngle) void drawArc(const QRect &rectangle, int startAngle, int spanAngle) void drawArc(int