UIImageOrientation Enum

Definition

An enumeration of values used to specify the orientation of a UIImage.

public enum UIImageOrientation
type UIImageOrientation = 
Inheritance
UIImageOrientation

Fields

Down 1

Rotated 180 degrees.

DownMirrored 5

Flipped about its vertical axis and then rotated 180 degrees.

Left 2

Rotated 90 degrees counterclockwise.

LeftMirrored 6

Flipped about its horizontal axis and then rotated 90 degrees counterclockwise.

Right 3

Rotated 90 degrees clockwise.

RightMirrored 7

Flipped about its horizontal axis and then rotated 90 degrees clockwise.

Up 0

Default orientation.

UpMirrored 4

Flipped about its vertical axis.

Applies to