封鎖 >飛出 >positionAt_
Flyout.positionAt_() 方法
根據 position() 中計算出的座標更新檢視畫面。
Signature:
protected positionAt_(width: number, height: number, x: number, y: number): void;
參數
| 參數 | 類型 | 說明 |
|---|---|---|
| 寬度 | 數字 | 系統計算的飛出式 SVG 群組寬度 |
| 高度 | 數字 | 系統計算的飛出式 SVG 群組高度。 |
| x | 數字 | 系統計算出的飛出式 SVG 群組 x 來源。 |
| y | 數字 | 系統計算出的飛出式 SVG 群組 y 來源。 |
傳回:
void