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
UIScreenOverscanCompensation
Attributes

Fields

InsetApplicationFrame 2

The application frame is reduced to compensate for overscan.

InsetBounds 1

The screen bounds are reduced so that all pixels are visible.

None 2

No scaling is performed.

Scale 0

The final screenbuffer is scaled so that all pixels are visible.

Applies to

See also