blockly >IBoundedElement

IBoundedElement 接口

有界限元素接口。

Signature:

export interface IBoundedElement 

方法

方法 说明
getBoundingRectangle() 返回描述元素尺寸的有界元素的坐标。坐标系:工作区坐标。
moveBy(dx, dy, reason) 按相对偏移量移动元素。