Enum Settings.WindowResizeOptions
Resize modes for the final SadConsole render pass.
Namespace: SadConsole
Assembly: SadConsole.dll
Syntax
public enum Settings.WindowResizeOptions
Fields
Name | Description |
---|---|
Center | Centers output in the window. |
Fit | Fits output to the window using padding to maintain aspect ratio. |
None | Output always matches the window. |
Scale | Scales output to fit the window as best as possible while maintaining a good picture. |
Stretch | Stretches the output to fit the window. |