Enum DxgiModeRotation
Indicate how the back buffers should be rotated to fit the physical rotation of a monitor.
Namespace: JeremyAnsel.DirectX.Dxgi
Assembly: JeremyAnsel.DirectX.Dxgi.dll
Syntax
public enum DxgiModeRotation
Fields
Name | Description |
---|---|
Identity | Specifies no rotation. |
Rotate180 | Specifies 180 degrees of rotation. |
Rotate270 | Specifies 270 degrees of rotation. |
Rotate90 | Specifies 90 degrees of rotation. |
Unspecified | Unspecified rotation. |