Table of Contents

Enum BitmapSourceOrientation

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Specifies whether a flip and/or rotation operation should be performed by the Bitmap source effect.
D2D1_BITMAPSOURCE_ORIENTATION

public enum BitmapSourceOrientation

Fields

Default = 1

The effect doesn't change the orientation of the input.

FlipHorizontal = 2

Flips the image horizontally.

RotateClockwise180 = 3

Rotates the image clockwise 180 degrees.

RotateClockwise180FlipHorizontal = 4

Rotates the image clockwise 180 degrees and flips it horizontally.

RotateClockwise270FlipHorizontal = 5

Rotates the image clockwise 270 degrees and flips it horizontally.

RotateClockwise90 = 6

Rotates the image clockwise 90 degrees.

RotateClockwise90FlipHorizontal = 7

Rotates the image clockwise 90 degrees and flips it horizontally.

RotateClockwise270 = 8

Rotates the image clockwise 270 degrees.