Uses of Class
org.robovm.apple.uikit.UIImageOrientation
| Package | Description |
|---|---|
| org.robovm.apple.photos | |
| org.robovm.apple.uikit |
-
Uses of UIImageOrientation in org.robovm.apple.photos
Method parameters in org.robovm.apple.photos with type arguments of type UIImageOrientation Modifier and Type Method Description intPHImageManager. requestImageDataForAsset(PHAsset asset, PHImageRequestOptions options, VoidBlock4<NSData,NSString,UIImageOrientation,NSDictionary<?,?>> resultHandler)Deprecated.Deprecated in iOS 13.0. -
Uses of UIImageOrientation in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIImageOrientation Modifier and Type Method Description UIImageOrientationUIImage. getOrientation()static UIImageOrientationUIImageOrientation. valueOf(long n)Returns the enum constant of this type with the specified name.static UIImageOrientationUIImageOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static UIImageOrientation[]UIImageOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIImageOrientation Modifier and Type Method Description protected longUIImage. init(CGImage cgImage, double scale, UIImageOrientation orientation)protected longUIImage. init(CIImage ciImage, double scale, UIImageOrientation orientation)Constructors in org.robovm.apple.uikit with parameters of type UIImageOrientation Constructor Description UIImage(CGImage cgImage, double scale, UIImageOrientation orientation)UIImage(CIImage ciImage, double scale, UIImageOrientation orientation)