Table of Contents

Class RotateFlipExtensions

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

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

public static class RotateFlipExtensions
Inheritance
RotateFlipExtensions
Inherited Members

Methods

RotateFlip(IImageProcessingContext, RotateMode, FlipMode)

Rotates and flips an image by the given instructions.

public static IImageProcessingContext RotateFlip(this IImageProcessingContext source, RotateMode rotateMode, FlipMode flipMode)

Parameters

source IImageProcessingContext

The current image processing context.

rotateMode RotateMode

The RotateMode to perform the rotation.

flipMode FlipMode

The FlipMode to perform the flip.

Returns

IImageProcessingContext

The IImageProcessingContext.