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
IImageProcessingContextThe current image processing context.
flipMode
FlipModeThe FlipMode to perform the flip.