UIScreenOverscanCompensation
UIScreenOverscanCompensation
Enum
Definition
An enumeration of strategies for dealing with pixels lost at the edge of the screen.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIScreenOverscanCompensation
type UIScreenOverscanCompensation =
- Inheritance
- Attributes
Fields
InsetApplicationFrame InsetApplicationFrame | 2 | The application frame is reduced to compensate for overscan. |
InsetBounds InsetBounds | 1 | The screen bounds are reduced so that all pixels are visible. |
None None | 2 | No scaling is performed. |
Scale Scale | 0 | The final screenbuffer is scaled so that all pixels are visible. |
Applies to
See also
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...