圆形路径.
Examples:
var circle: IPathCircle = { type: 'circle', origin: [0, 0], radius: 7 }; //typescript var circle = { type: 'circle', origin: [0, 0], radius: 7 }; //javascript
属性数据.
图层.
基点.
The radius of the circle.
路径的类型,例如“线”、“圆”或“圆弧”。这些字符串在路径类型中枚举.
Generated using TypeDoc
圆形路径.
Examples:
var circle: IPathCircle = { type: 'circle', origin: [0, 0], radius: 7 }; //typescript var circle = { type: 'circle', origin: [0, 0], radius: 7 }; //javascript