Search Results for

    Show / Hide Table of Contents

    Class Orientation

    Represents orientation correction to be applied to an image. The values in this enumeration match the values defined in the Exif specification.

    Inheritance
    System.Object
    Orientation
    Namespace: PhotoSauce.MagicScaler
    Assembly: PhotoSauce.MagicScaler.dll
    Syntax
    public sealed class Orientation : Enum

    Fields

    FlipHorizontal

    The image should be flipped along the X axis prior to display.

    Declaration
    public const Orientation FlipHorizontal
    Field Value
    Type Description
    Orientation

    FlipVertical

    The image should be flipped along the Y axis prior to display.

    Declaration
    public const Orientation FlipVertical
    Field Value
    Type Description
    Orientation

    Normal

    No orientation correction is required.

    Declaration
    public const Orientation Normal
    Field Value
    Type Description
    Orientation

    Rotate180

    The image should be rotated 180 degrees prior to display.

    Declaration
    public const Orientation Rotate180
    Field Value
    Type Description
    Orientation

    Rotate270

    The image should be rotated 270 degrees prior to display.

    Declaration
    public const Orientation Rotate270
    Field Value
    Type Description
    Orientation

    Rotate90

    The image should be rotated 90 degrees prior to display.

    Declaration
    public const Orientation Rotate90
    Field Value
    Type Description
    Orientation

    Transpose

    The image should be flipped along the diagonal axis from top left to bottom right prior to display.

    Declaration
    public const Orientation Transpose
    Field Value
    Type Description
    Orientation

    Transverse

    The image should be flipped along the diagonal axis from bottom left to top right prior to display.

    Declaration
    public const Orientation Transverse
    Field Value
    Type Description
    Orientation

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © 2022 Clinton Ingram
    Generated with DocFX