Search Results for

    Show / Hide Table of Contents

    Class OrientationTransform

    Transforms an image by changing its column/row order according to an Orientation value.

    Inheritance
    System.Object
    PixelTransformInternalBase
    OrientationTransform
    Implements
    IPixelTransform
    IPixelSource
    Inherited Members
    PixelTransformInternalBase.CopyPixels(Rectangle, Int32, Span<Byte>)
    PixelTransformInternalBase.IPixelTransform.Init(IPixelSource)
    PixelTransformInternalBase.Format
    PixelTransformInternalBase.Width
    PixelTransformInternalBase.Height
    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.

    Implements

    IPixelTransform
    IPixelSource
    In This Article
    Back to top Copyright © 2022 Clinton Ingram
    Generated with DocFX