弧形

绘制弧形。

语法

<Arc centerX="float" centerY="float" height="float" width="float"
        startAngle="float" endAngle="float"
        direction="CLOCKWISE | COUNTER_CLOCKWISE" />

属性

Arc 元素具有以下属性

必填属性

以下属性是必需的

centerXcenterYwidthheight
一组定义弧形包含椭圆的属性。弧形按比例缩放以适合指定的椭圆。所有属性都定义为浮点数。
起始角度
弧形开始的角度(以度为单位)。0 度角对应于手表上的 12 点钟位置。
结束角度
弧形结束的角度(以度为单位)。0 度角对应于手表上的 12 点钟位置。

可选属性

以下属性是可选的

方向
弧形的方向。可以是 CLOCKWISECOUNTER_CLOCKWISE。默认为 CLOCKWISE

内部元素

Arc 元素必须包含单个 StrokeWeightedStroke 元素。弧形还可以根据需要包含任意数量的 Transform 元素。