An enumeration of values used to specify the orientation of a
UIKit.UIImage.
Syntax
[ObjCRuntime.Native]
public enum UIImageOrientation
Remarks
Members
| Member Name | Description |
|---|
| Down | Rotated 180 degrees. 
|
| DownMirrored | Flipped about its vertical axis and then rotated 180 degrees. 
|
| Left | Rotated 90 degrees counterclockwise. 
|
| LeftMirrored | Flipped about its horizontal axis and then rotated 90 degrees counterclockwise. 
|
| Right | Rotated 90 degrees clockwise. 
|
| RightMirrored | Flipped about its horizontal axis and then rotated 90 degrees clockwise. 
|
| Up | Default orientation. 
|
| UpMirrored | Flipped about its vertical axis. 
|
Requirements
Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0