drawArc

open override fun drawArc(left: Float, top: Float, right: Float, bottom: Float, startAngle: Float, sweepAngle: Float, paint: Paint)

Draw an arc that fits in the oval defined by the rectangle left, top, right, and bottom, from startAngle (in degrees, with 0 at the right) to startAngle + sweepAngle.