圆弧形路径.
Examples:
var arc: IPathArc = { type: 'arc', origin: [0, 0], radius: 7, startAngle: 0, endAngle: 45 }; //typescript var arc = { type: 'arc', origin: [0, 0], radius: 7, startAngle: 0, endAngle: 45 }; //javascript
属性数据.
以(逆时针)方向结束绘制弧的角度(以度为单位)。如果超过 360 度,则可能小于起始角度.
图层.
基点.
The radius of the circle.
开始绘制圆弧的角度(以度为单位), 在(逆时针)方向.
路径的类型,例如“线”、“圆”或“圆弧”。这些字符串在路径类型中枚举.
Generated using TypeDoc
圆弧形路径.
Examples:
var arc: IPathArc = { type: 'arc', origin: [0, 0], radius: 7, startAngle: 0, endAngle: 45 }; //typescript var arc = { type: 'arc', origin: [0, 0], radius: 7, startAngle: 0, endAngle: 45 }; //javascript