封鎖 >blockRendering >MarkerSvg >positionLine_

blockRendering.MarkerSvg.positionLine_() 方法

將標記移動並在工作單位 (以工作區單位為單位) 指定的座標顯示。顯示水平線。

Signature:

protected positionLine_(x: number, y: number, width: number): void;

參數

參數 類型 說明
x 數字 以 Workspace 單元為單位的新 x。
y 數字 以 Workspace 單位為單位的新 y。
寬度 數字 以 Workspace 單位呈現新的寬度。

傳回:

void