Table of Contents

Enum Orientation

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Specifies the flip and rotation at which an image appears.

public enum Orientation

Fields

Default = 1

The orientation is unchanged.

FlipHorizontal = 2

The image is flipped horizontally.

RotateClockwise180 = 3

The image is rotated clockwise 180 degrees.

RotateClockwise180FlipHorizontal = 4

The image is rotated clockwise 180 degrees, then flipped horizontally.

RotateClockwise270 = 6

The image is rotated clockwise 270 degrees.

RotateClockwise270FlipHorizontal = 7

The image is rotated clockwise 270 degrees, then flipped horizontally.

RotateClockwise90 = 8

The image is rotated clockwise 90 degrees.

RotateClockwise90FlipHorizontal = 5

The image is rotated clockwise 90 degrees, then flipped horizontally.