Enum ModeScaling
Defines how the display mode should be scaled when the mode is not native to the display.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum ModeScaling
Fields
Name | Description |
---|---|
Center | Center the image on the display and keep the width and height. |
Stretch | Stretch the image to the full width and height of the native display width and height. |
Unspecified | No scaling type is specified. |