View.GetWindowVisibleDisplayFrame(Rect) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取此檢視所附加視窗所在的整體可見顯示大小。
[Android.Runtime.Register("getWindowVisibleDisplayFrame", "(Landroid/graphics/Rect;)V", "GetGetWindowVisibleDisplayFrame_Landroid_graphics_Rect_Handler")]
public virtual void GetWindowVisibleDisplayFrame (Android.Graphics.Rect? outRect);
[<Android.Runtime.Register("getWindowVisibleDisplayFrame", "(Landroid/graphics/Rect;)V", "GetGetWindowVisibleDisplayFrame_Landroid_graphics_Rect_Handler")>]
abstract member GetWindowVisibleDisplayFrame : Android.Graphics.Rect -> unit
override this.GetWindowVisibleDisplayFrame : Android.Graphics.Rect -> unit
參數
- outRect
- Rect
填入可見的顯示框架。 如果檢視未附加至視窗,這隻是原始的顯示大小。
- 屬性
備註
擷取此檢視所附加視窗所在的整體可見顯示大小。 這會將視窗上方的螢幕裝飾納入考慮,這兩種情況都是視窗本身在其內部的位置,或視窗位於視窗的下方,而遮蓋的內嵌則用於視窗將內容置於其中。 實際上,這會告訴您可供使用者放置內容並保持可見的可用區域。
的 android.view.View.getWindowVisibleDisplayFrame(android.graphics.Rect)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。