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
sourceIImageProcessingContextThe current image processing context.
flipModeFlipModeThe FlipMode to perform the flip.