blockly >blockRendering >MarkerSvg >positionLine_

blockRendering.MarkerSvg.positionLine_() 方法

移动并显示指定坐标处的标记(以工作区单位表示)。显示一条水平线。

Signature:

protected positionLine_(x: number, y: number, width: number): void;

参数

参数 类型 说明
x number 工作区单元中的新 x。
y number 工作区单元中的新 y。
width number 新宽度(以工作区单元为单位)。

返回

void