构造函数
属性
lineWidth
lineWidth: number = 0
静态
ID
ID: string = "DrawLines"
访问器
方法
run
run(context: Context, gx: number, gy: number): void 参数
- context: Context
- gx: number
- gy: number
返回 void
静态
create
create( x: number, y: number, points: any[], lineColor: any, lineWidth: number,): DrawLinesCmd 参数
- x: number
- y: number
- points: any[]
- lineColor: any
- lineWidth: number
A DrawLinesCmd instance
En
Draw continuous curves command
Zh
绘制连续曲线命令