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

Syntax

[ObjCRuntime.Native]
public enum UIImageOrientation

Remarks

Members

Member NameDescription
DownRotated 180 degrees.

DownMirroredFlipped about its vertical axis and then rotated 180 degrees.

LeftRotated 90 degrees counterclockwise.

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

RightRotated 90 degrees clockwise.

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

UpDefault orientation.

UpMirroredFlipped about its vertical axis.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0