Table of Contents

Enum BitmapTransformOptions

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll
[Flags]
public enum BitmapTransformOptions

Fields

FlipHorizontal = 8

A horizontal flip. Pixels are flipped around the vertical y-axis.

FlipVertical = 16

A vertical flip. Pixels are flipped around the horizontal x-axis.

Rotate0 = 0

A rotation of 0 degrees.

Rotate180 = 2

A clockwise rotation of 180 degrees.

Rotate270 = Rotate90 | Rotate180

A clockwise rotation of 270 degrees.

Rotate90 = 1

A clockwise rotation of 90 degrees.