Class FlipExtensions
Defines extensions that allow the application of flipping operations on an Image using Mutate/Clone.
Inherited Members
Namespace: SixLabors.ImageSharp.Processing
Assembly: SixLabors.ImageSharp.dll
Syntax
public static class FlipExtensions
Methods
| Edit this page View SourceFlip(IImageProcessingContext, FlipMode)
Flips an image by the given instructions.
Declaration
public static IImageProcessingContext Flip(this IImageProcessingContext source, FlipMode flipMode)
Parameters
Type | Name | Description |
---|---|---|
IImageProcessingContext | source | The current image processing context. |
FlipMode | flipMode | The FlipMode to perform the flip. |
Returns
Type | Description |
---|---|
IImageProcessingContext |