Share via


ImageCue.SoftwareBitmap Propriété

Définition

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.

S’applique à