enum Orientation (Niantic.ARDK.AR.ReferenceImage.Orientation)

Overview

Value describing the intended display orientation for an image. More...

enum Orientation {
    Up            = 1,
    UpMirrored    = 2,
    Down          = 3,
    DownMirrored  = 4,
    LeftMirrored  = 5,
    Right         = 6,
    RightMirrored = 7,
    Left          = 8,
};

Detailed Documentation

Value describing the intended display orientation for an image.

Enum Values

Up

The encoded image data matches the image's intended display orientation.

UpMirrored

The encoded image data is horizontally flipped from the image's intended display orientation.

Down

The encoded image data is rotated 180º from the image's intended display orientation.

DownMirrored

The encoded image data is vertically flipped rotated from the image's intended display orientation.

LeftMirrored

The encoded image data is horizontally flipped and rotated 90º counter-clockwise from the image's intended display orientation.

Right

The encoded image data is rotated 90º clockwise from the image's intended display orientation.

RightMirrored

The encoded image data is horizontally flipped and rotated 90º clockwise from the image's intended display orientation.

Left

The encoded image data is rotated 90º clockwise from the image's intended display orientation.