Freigeben über


ImageCue.SoftwareBitmap Eigenschaft

Definition

Ruft das dem Imagehinweis zugeordnete Bild ab oder legt es fest.

public:
 property SoftwareBitmap ^ SoftwareBitmap { SoftwareBitmap ^ get(); void set(SoftwareBitmap ^ value); };
SoftwareBitmap SoftwareBitmap();

void SoftwareBitmap(SoftwareBitmap value);
public SoftwareBitmap SoftwareBitmap { get; set; }
var softwareBitmap = imageCue.softwareBitmap;
imageCue.softwareBitmap = softwareBitmap;
Public Property SoftwareBitmap As SoftwareBitmap

Eigenschaftswert

Das Bild, das dem Imagehinweis zugeordnet ist.

Gilt für: