blockly >IBoundedElement >IBoundedElementmoveBy

IBoundedElement.moveBy() 方法

按相对偏移量移动元素。

Signature:

moveBy(dx: number, dy: number, reason?: string[]): void;

参数

参数 类型 说明
dx number 工作区单元的水平偏移量。
Y number 工作区单元的垂直偏移量。
reason 字符串[] (可选)为什么此次变动?“user”“bump”“snap”...

返回

void