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 = 1The effect doesn't change the orientation of the input.
FlipHorizontal = 2Flips the image horizontally.
RotateClockwise180 = 3Rotates the image clockwise 180 degrees.
RotateClockwise180FlipHorizontal = 4Rotates the image clockwise 180 degrees and flips it horizontally.
RotateClockwise270FlipHorizontal = 5Rotates the image clockwise 270 degrees and flips it horizontally.
RotateClockwise90 = 6Rotates the image clockwise 90 degrees.
RotateClockwise90FlipHorizontal = 7Rotates the image clockwise 90 degrees and flips it horizontally.
RotateClockwise270 = 8Rotates the image clockwise 270 degrees.