Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPathCircle

圆形路径.

Examples:

var circle: IPathCircle = { type: 'circle', origin: [0, 0], radius: 7 };   //typescript
var circle = { type: 'circle', origin: [0, 0], radius: 7 };   //javascript

Hierarchy

Implemented by

Index

Properties

Properties

Optional data

属性数据.

Optional layer

layer: string

图层.

origin

origin: IPoint

基点.

radius

radius: number

The radius of the circle.

type

type: string

路径的类型,例如“线”、“圆”或“圆弧”。这些字符串在路径类型中枚举.

Generated using TypeDoc