Partager via


UIImage.FromFile(String) Méthode

Définition

Créez un objet image à partir du fichier spécifié.

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

Paramètres

filename
String

Contient le chemin d’accès du fichier image à charger.

Retours

Objet UIImage , ou null si le fichier est introuvable ou si l’image ne peut pas être créée.

Attributs

Remarques

Cela peut être utilisé à partir d’un thread d’arrière-plan.

S’applique à