Table of Contents

Class FlipExtensions

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

Defines extensions that allow the application of flipping operations on an Image using Mutate/Clone.

public static class FlipExtensions
Inheritance
FlipExtensions
Inherited Members

Methods

Flip(IImageProcessingContext, FlipMode)

Flips an image by the given instructions.

public static IImageProcessingContext Flip(this IImageProcessingContext source, FlipMode flipMode)

Parameters

source IImageProcessingContext

The current image processing context.

flipMode FlipMode

The FlipMode to perform the flip.

Returns

IImageProcessingContext

The IImageProcessingContext.