Enum FlipMode
Provides enumeration over how a image should be flipped.
Namespace: SixLabors.ImageSharp.Processing
Assembly: SixLabors.ImageSharp.dll
Syntax
public enum FlipMode
Fields
| Name | Description |
|---|---|
| Horizontal | Flip the image horizontally. |
| None | Don't flip the image. |
| Vertical | Flip the image vertically. |