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