Click or drag to resize
CanvasSwapChainRotation Enumeration
Specifies the rotation of a swap chain.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public enum CanvasSwapChainRotation
Members
  Member nameValueDescription
None0The swap chain is not rotated.
Rotate901The swap chain is rotated 90 degrees clockwise.
Rotate1802The swap chain is rotated by 180 degrees clockwise.
Rotate2703The swap chain is rotated 270 degrees clockwise.
See Also