CanvasSwapChainRotation Enumeration |
Namespace: Microsoft.Graphics.Canvas
public enum CanvasSwapChainRotation
Member name | Value | Description | |
---|---|---|---|
None | 0 | The swap chain is not rotated. | |
Rotate90 | 1 | The swap chain is rotated 90 degrees clockwise. | |
Rotate180 | 2 | The swap chain is rotated by 180 degrees clockwise. | |
Rotate270 | 3 | The swap chain is rotated 270 degrees clockwise. |