Class OrientationTransform
Transforms an image by changing its column/row order according to an Orientation value.
Inherited Members
Namespace: PhotoSauce.MagicScaler.Transforms
Assembly: PhotoSauce.MagicScaler.dll
Syntax
public sealed class OrientationTransform : PixelTransformInternalBase, IPixelTransform, IPixelSource
Constructors
OrientationTransform(Orientation)
Creates a new transform with the specified orientation value.
Declaration
public OrientationTransform(Orientation orientation)
Parameters
| Type | Name | Description |
|---|---|---|
| Orientation | orientation | The Orientation correction to apply to the image. |