[]
Specifies the flip and rotation transforms.
[Flags]
public enum WicTransformOptions
FlipHorizontal = 8A horizontal flip. Pixels are flipped around the vertical y-axis.
FlipVertical = 16A vertical flip. Pixels are flipped around the horizontal x-axis.
Rotate0 = 0A rotation of 0 degrees.
Rotate180 = 2A clockwise rotation of 180 degrees.
Rotate270 = Rotate90 | Rotate180A clockwise rotation of 270 degrees.
Rotate90 = 1A clockwise rotation of 90 degrees.