Interface ISwizzler
- Namespace
- SixLabors.ImageSharp.Processing.Processors.Transforms
- Assembly
- SixLabors.ImageSharp.dll
Encapsulate an algorithm to swizzle pixels in an image.
public interface ISwizzler
Properties
DestinationSize
Gets the size of the image after transformation.
Size DestinationSize { get; }
Property Value
Methods
Transform(Point)
Applies the swizzle transformation to a given point.
Point Transform(Point point)
Parameters
point
PointPoint to transform.
Returns
- Point
The transformed point.