Table of Contents

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

Size

Methods

Transform(Point)

Applies the swizzle transformation to a given point.

Point Transform(Point point)

Parameters

point Point

Point to transform.

Returns

Point

The transformed point.