Show / Hide Table of Contents

    Enum ImageOrientation

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    Enumeration for the possible orientation options.

    public enum ImageOrientation

    Fields

    Name Description
    FlipHorizontal

    Flip the image horizontally.

    FlipTranspose

    Flip the image along the Y = (width - X) line (bottom-left to top-right).

    FlipTransverse

    Flip the image along the Y = X line (top-left to bottom-right).

    FlipVertical

    Flip the image vertically.

    None

    No orientation change.

    Rotate180

    Rotate 180 degrees clockwise.

    Rotate270

    Rotate 90 degrees counter-clockwise (i.e., 270 degrees clockwise).

    Rotate90

    Rotate 90 degrees clockwise.

    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX