blockly >blockRendering >MarkerSvg >positionRect_

blockRendering.MarkerSvg.positionRect_() 方法

移动并显示指定坐标处的标记(以工作区单位表示)。显示实心矩形。

Signature:

protected positionRect_(x: number, y: number, width: number, height: number): void;

参数

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

返回

void