UIImage.Orientation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
图像的符号。 只读。
[ObjCRuntime.ThreadSafe]
public virtual UIKit.UIImageOrientation Orientation { [Foundation.Export("imageOrientation")] get; }
member this.Orientation : UIKit.UIImageOrientation
属性值
- 属性
注解
默认值为“向上”方向。 如果基础图像具有包含方向信息的元数据,则此属性将反映该元数据的值。
这可以从后台线程使用。