UIImage.Orientation 属性

定义

图像的符号。 只读。

[ObjCRuntime.ThreadSafe]
public virtual UIKit.UIImageOrientation Orientation { [Foundation.Export("imageOrientation")] get; }
member this.Orientation : UIKit.UIImageOrientation

属性值

属性

注解

默认值为“向上”方向。 如果基础图像具有包含方向信息的元数据,则此属性将反映该元数据的值。

这可以从后台线程使用。

适用于