Settings.WindowResizeOptions Enum
Definition
Section titled “Definition”Resize modes for the final SadConsole render pass.
public enum Settings.WindowResizeOptionsFields
Section titled “Fields”Stretch
Section titled “Stretch”Stretches the output to fit the window.
Stretch = 0Center
Section titled “Center”Centers output in the window.
Center = 1Scales output to fit the window as best as possible while maintaining a good picture.
Scale = 2Fits output to the window using padding to maintain aspect ratio.
Fit = 3Output always matches the window.
None = 4