绘制弧形。
语法
<Arc centerX="float" centerY="float" height="float" width="float" startAngle="float" endAngle="float" direction="CLOCKWISE | COUNTER_CLOCKWISE" />
属性
Arc
元素具有以下属性
必需属性
以下属性是必需的
centerX
、centerY
、width
、height
一组属性,用于定义弧形所在的椭圆。弧形会缩放以适应指定的椭圆。所有属性都定义为浮点数。
这些属性是 可变换的。
startAngle
弧形开始的角度(以度为单位)。0 度角对应于手表上的 12 点钟位置。
此属性是 可变换的。
endAngle
弧形结束的角度(以度为单位)。0 度角对应于手表上的 12 点钟位置。
此属性是 可变换的。
可选属性
以下属性是可选的
direction
- 弧形的方向。可以是
CLOCKWISE
或COUNTER_CLOCKWISE
。默认为CLOCKWISE
。
内部元素
Arc
元素必须包含单个 Stroke
或 WeightedStroke
元素。弧形还可以选择性地包含任意数量的 Transform
元素。