The arc() function has the following definition that shows the usage of start and ends angle −arc(x, y, radius, startAngle, endAngle, anticlockwise)登入後複製此方法有下列參數: x和y是圓的中心座標。 Radius是圓的半徑。 StartAngle和EndAngle以弧度定義弧的起點和終點。起始角度和結束角度是從水平軸(即x軸)開始計算的。 Anticlockwise是一個布林值,當為true時,繪製逆時針方向的弧,否則為順時針方向。 #