封鎖 >MetricsManager >getDimensionsPx_

MetricsManager.getDimensionsPx_() 方法

取得指定工作區元件的尺寸 (以像素座標為單位)。

Signature:

protected getDimensionsPx_(elem: IToolbox | null | IFlyout): Size;

參數

參數 類型 說明
Elem IToolbox |null |IFlyout 取得尺寸的元素,或空值。其可以是工具箱或延伸模組,而且應實作 getWidth() 和 getHeight()。

傳回:

尺寸

包含寬度和高度屬性的物件,如果不存在 elem,則這些屬性都會為 0。