UIImage.RenderingMode 属性

定义

默认值是 Automatic

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.ThreadSafe]
public virtual UIKit.UIImageRenderingMode RenderingMode { [Foundation.Export("renderingMode")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.RenderingMode : UIKit.UIImageRenderingMode

属性值

图像的呈现模式。

属性

注解

(此节点的更多文档即将)

这可以从后台线程使用。

适用于