封鎖 >RenderedConnection >moveTo

RenderedConnection.moveTo() 方法

變更連線的座標。

Signature:

moveTo(x: number, y: number): boolean;

參數

參數 類型 說明
x 數字 工作區座標含有新的絕對 x 座標。
y 數字 工作區座標中有新的絕對 Y 座標。

傳回:

布林值

如果連線資料庫中的連線位置已更新,則為 True。