drawArc

expect fun drawArc(xPos: Short, yPos: Short, radius: Short, startAngle: Int, endAngle: Int, drawDesc: ArcDescriptor)

Draw an arc on the canvas.

Parameters

xPos

X origin of the arc.

yPos

Y origin of the arc.

radius

The radius of the arc.

startAngle

Start angle in degrees.

endAngle

End angle in degrees.

drawDesc

The line descriptor.

actual fun drawArc(xPos: Short, yPos: Short, radius: Short, startAngle: Int, endAngle: Int, drawDesc: ArcDescriptor)
actual fun drawArc(xPos: Short, yPos: Short, radius: Short, startAngle: Int, endAngle: Int, drawDesc: ArcDescriptor)