ImageCue.SoftwareBitmap Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’image associée au repère d’image.
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
Valeur de propriété
Image associée au repère d’image.