blockly >字段 >getAbsoluteXY_

Field.getAbsoluteXY_() 方法

返回此字段左上角的绝对坐标。原点 (0,0) 是页面正文的左上角。

Signature:

protected getAbsoluteXY_(): Coordinate;

返回

坐标

具有 .x 和 .y 属性的对象。