UIImage.FromFile(String) 方法

定义

从指定文件创建图像对象。

[Foundation.Export("imageWithContentsOfFile:")]
[ObjCRuntime.ThreadSafe]
public static UIKit.UIImage FromFile (string filename);
static member FromFile : string -> UIKit.UIImage

参数

filename
String

包含要加载的图像文件的路径。

返回

如果 UIImage 找不到文件或无法创建映像,则为 对象 null

属性

注解

这可以从后台线程使用。

适用于