Class CloningImageProcessor
- Namespace
- SixLabors.ImageSharp.Processing.Processors
- Assembly
- SixLabors.ImageSharp.dll
The base class for all cloning image processors.
public abstract class CloningImageProcessor : ICloningImageProcessor, IImageProcessor
- Inheritance
-
CloningImageProcessor
- Implements
- Derived
- Inherited Members
Constructors
CloningImageProcessor()
protected CloningImageProcessor()
Methods
CreatePixelSpecificCloningProcessor<TPixel>(Configuration, Image<TPixel>, Rectangle)
public abstract ICloningImageProcessor<TPixel> CreatePixelSpecificCloningProcessor<TPixel>(Configuration configuration, Image<TPixel> source, Rectangle sourceRectangle) where TPixel : unmanaged, IPixel<TPixel>
Parameters
configuration
Configurationsource
Image<TPixel>sourceRectangle
Rectangle
Returns
- ICloningImageProcessor<TPixel>
Type Parameters
TPixel