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