Draw circle command

绘制圆形命令

实现

构造函数

属性

fillColor: any

Fill color

填充颜色

lineColor: any

(Optional) Border color

(可选)边框颜色

lineWidth: number = 0

(Optional) Border width

(可选)边框宽度

percent: boolean

Whether the position and size are percentages

位置和大小是否是百分比

radius: number

Radius of the circle

圆的半径

x: number

X-axis position of the circle center

圆心X轴位置

y: number

Y-axis position of the circle center

圆心Y轴位置

ID: string = "DrawCircle"

Identifier for the DrawCircleCmd

绘制圆形命令的标识符

访问器

方法