CIImageOrientation Enum

Definition

An enumeration whose values specify the origin of the CIImage.

public enum CIImageOrientation
type CIImageOrientation = 
Inheritance
CIImageOrientation

Fields

BottomLeft 4

Mirror image taken after the standard position image has been rotated 180 degrees.

BottomRight 3

Rotated 180 degrees from standard position.

LeftBottom 8

Rotated 90 degrees clockwise from standard position.

LeftTop 5

Mirror image taken after the standard position image has been rotated 90 degrees clockwise.

RightBottom 7

Mirror image taken after the standard position image has been rotated 90 degrees counterclockwise.

RightTop 6

Rotated 90 degrees counterclockwise from standard position.

TopLeft 1

Standard position.

TopRight 2

Mirror image of standard position.

Remarks

The enumeration values are equal to those of the EXIF and TIFF specifications.

Applies to