Enum RendererLogicalPresentation
Represents how the logical size is mapped to the output resolution
public enum RendererLogicalPresentation
Fields
Disabled = 0No logical sizing is applied
IntegerScale = 4The rendered content is scaled up by integer multiples to fit the output resolution
Letterbox = 2The rendered content is fit to the largest dimension and the other dimension is letterboxed with the clear color
Overscan = 3The rendered content is fit the smallest dimension and the other dimension extends beyond the output bounds
Stretch = 1The rendered content is stretched to the output resolution