Partager via


WKInterfaceGroup.SetBackgroundImage Méthode

Définition

Surcharges

SetBackgroundImage(NSData)

Définit l’image d’arrière-plan ou, si elle est passée null, efface l’image d’arrière-plan.

SetBackgroundImage(String)

Définit l’image d’arrière-plan sur une image mise en cache.

SetBackgroundImage(UIImage)

SetBackgroundImage(NSData)

Définit l’image d’arrière-plan ou, si elle est passée null, efface l’image d’arrière-plan.

[Foundation.Export("setBackgroundImageData:")]
public virtual void SetBackgroundImage (Foundation.NSData imageData);
abstract member SetBackgroundImage : Foundation.NSData -> unit
override this.SetBackgroundImage : Foundation.NSData -> unit

Paramètres

imageData
NSData

Données d’image ou null.

Ce paramètre peut être null.

Attributs

Remarques

L’image d’arrière-plan peut être animée.

S’applique à

SetBackgroundImage(String)

Définit l’image d’arrière-plan sur une image mise en cache.

[Foundation.Export("setBackgroundImageNamed:")]
public virtual void SetBackgroundImage (string imageName);
abstract member SetBackgroundImage : string -> unit
override this.SetBackgroundImage : string -> unit

Paramètres

imageName
String

Identificateur de l’image souhaitée dans le cache d’images de l’appareil.

Ce paramètre peut être null.

Attributs

Remarques

L’image d’arrière-plan peut être animée.

S’applique à

SetBackgroundImage(UIImage)

[Foundation.Export("setBackgroundImage:")]
public virtual void SetBackgroundImage (UIKit.UIImage image);
abstract member SetBackgroundImage : UIKit.UIImage -> unit
override this.SetBackgroundImage : UIKit.UIImage -> unit

Paramètres

image
UIImage

À ajouter.

Ce paramètre peut être null.

Attributs

S’applique à