Enum RotationMode
An enumeration that indicates how the back buffers should be rotated to fit the physical rotation of a monitor.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum RotationMode
Fields
Name | Description |
---|---|
Identity | No rotation. |
Rotate180 | Rotated 180 degrees. |
Rotate270 | Rotated 270 degrees. |
Rotate90 | Rotated 90 degrees. |
Unspecified | No rotation mode specified. |