draw Arc
expect fun drawArc(xPos: Short, yPos: Short, radius: Short, startAngle: Int, endAngle: Int, drawDesc: ArcDescriptor)
Draw an arc on the canvas.
Parameters
x Pos
X origin of the arc.
y Pos
Y origin of the arc.
radius
The radius of the arc.
start Angle
Start angle in degrees.
end Angle
End angle in degrees.
draw Desc
The line descriptor.