Share via


UIScreenOverscanCompensation Enum

Definition

An enumeration of strategies for dealing with pixels lost at the edge of the screen.

[ObjCRuntime.Native]
public enum UIScreenOverscanCompensation
[<ObjCRuntime.Native>]
type UIScreenOverscanCompensation = 
Inheritance
UIScreenOverscanCompensation
Attributes

Fields

Name Value Description
Scale 0

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

InsetBounds 1

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

InsetApplicationFrame 2

The application frame is reduced to compensate for overscan.

None 2

No scaling is performed.

Applies to

See also