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
| Improve this Doc 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 image to rotate, flip, or both. |
FlipMode | flipMode | The FlipMode to perform the flip. |
Returns
Type | Description |
---|---|
IImageProcessingContext | The IImageProcessingContext to allow chaining of operations. |