Enum DxgiModeScaling
Indicate how an image is stretched to fit a given monitor's resolution.
Namespace: JeremyAnsel.DirectX.Dxgi
Assembly: JeremyAnsel.DirectX.Dxgi.dll
Syntax
public enum DxgiModeScaling
Fields
Name | Description |
---|---|
Centered | Specifies no scaling. The image is centered on the display. |
Stretched | Specifies stretched scaling. |
Unspecified | Unspecified scaling. |