'Declaration Public Enum FlipRotateAction Inherits System.Enum
public enum FlipRotateAction : System.Enum
'Declaration Public Enum FlipRotateAction Inherits System.Enum
public enum FlipRotateAction : System.Enum
Member | Description |
---|---|
FlipHorizontal | A horizontal flip. Pixels are flipped around the vertical y-axis. |
FlipHRotate270 | A horizontal flip, then a counter-clockwise rotation of 90 degrees. |
FlipHRotate90 | A horizontal flip, then a clockwise rotation of 90 degrees. |
FlipVertical | A vertical flip. Pixels are flipped around the horizontal x-axis. |
None | No transformation. |
Rotate180 | A clockwise rotation of 180 degrees. |
Rotate270 | A counter-clockwise rotation of 90 degrees. |
Rotate90 | A clockwise rotation of 90 degrees. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Imaging.FlipRotateAction