共用方式為


UIScreenOverscanCompensation 列舉

定義

用於處理螢幕邊緣遺失圖元的策略列舉。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIScreenOverscanCompensation
type UIScreenOverscanCompensation = 
繼承
UIScreenOverscanCompensation
屬性

欄位

InsetApplicationFrame 2

應用程式框架會減少以補償過度掃描。

InsetBounds 1

螢幕界限會縮小,讓所有圖元都可見。

None 2

不會執行任何調整。

Scale 0

最終螢幕緩衝器會縮放,讓所有圖元都可見。

適用於

另請參閱