Draw bend line command

绘制单条曲线命令

实现

构造函数

属性

fromX: number

X-axis start position

X轴起始位置

fromY: number

Y-axis start position

Y轴起始位置

lineColor: string

Line color

线条颜色

lineWidth: number = 0

(Optional) Line width

(可选)线条宽度

percent: boolean

Whether the position is a percentage

位置是否是百分比

toX: number

X-axis end position

X轴结束位置

toY: number

Y-axis end position

Y轴结束位置

ID: string = "DrawLine"

Identifier for the DrawLineCmd

绘制单条曲线命令的标识符

访问器

方法

  • 参数

    • context: Context

      The rendering context

    • gx: number

      Global X offset

    • gy: number

      Global Y offset

    返回 void

    Execute the draw bend line command

    执行绘制单条曲线命令