blockly >RenderedConnection >moveBy

RenderedConnection.moveBy() 方法

更改连接的坐标。

Signature:

moveBy(dx: number, dy: number): boolean;

参数

参数 类型 说明
dx number 更改为工作区单元中的 x 坐标。
Y number 更改为工作区单位中的 y 坐标。

返回

布尔值

如果连接数据库中的位置已更新,则为 true。