Table of Contents

Enum FlipMode

Namespace
SixLabors.ImageSharp.Processing
Assembly
SixLabors.ImageSharp.dll

Provides enumeration over how a image should be flipped.

public enum FlipMode

Fields

Horizontal = 1

Flip the image horizontally.

None = 0

Don't flip the image.

Vertical = 2

Flip the image vertically.