Freigeben über


WKInterfaceGroup.SetBackgroundImage Methode

Definition

Überlädt

SetBackgroundImage(NSData)

Legt das Hintergrundbild fest oder löscht das Hintergrundbild, falls es übergeben wird null.

SetBackgroundImage(String)

Legt das Hintergrundbild auf ein zwischengespeichertes Image fest.

SetBackgroundImage(UIImage)

SetBackgroundImage(NSData)

Legt das Hintergrundbild fest oder löscht das Hintergrundbild, falls es übergeben wird null.

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

Parameter

imageData
NSData

Die Bilddaten oder null.

Dieser Parameter kann null sein.

Attribute

Hinweise

Das Hintergrundbild kann animiert sein.

Gilt für:

SetBackgroundImage(String)

Legt das Hintergrundbild auf ein zwischengespeichertes Image fest.

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

Parameter

imageName
String

Der Bezeichner des gewünschten Images im Imagecache des Geräts.

Dieser Parameter kann null sein.

Attribute

Hinweise

Das Hintergrundbild kann animiert sein.

Gilt für:

SetBackgroundImage(UIImage)

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

Parameter

image
UIImage

Muss hinzugefügt werden.

Dieser Parameter kann null sein.

Attribute

Gilt für: