Skip to content

Settings.WindowResizeOptions Enum

Resize modes for the final SadConsole render pass.

C#
public enum Settings.WindowResizeOptions

Stretches the output to fit the window.

C#
Stretch = 0

Centers output in the window.

C#
Center = 1

Scales output to fit the window as best as possible while maintaining a good picture.

C#
Scale = 2

Fits output to the window using padding to maintain aspect ratio.

C#
Fit = 3

Output always matches the window.

C#
None = 4