RegionOfInterest.AutoExposureEnabled 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 une valeur qui spécifie si l’exposition automatique est activée.
public:
property bool AutoExposureEnabled { bool get(); void set(bool value); };
bool AutoExposureEnabled();
void AutoExposureEnabled(bool value);
public bool AutoExposureEnabled { get; set; }
var boolean = regionOfInterest.autoExposureEnabled;
regionOfInterest.autoExposureEnabled = boolean;
Public Property AutoExposureEnabled As Boolean
Valeur de propriété
Boolean
bool
true si l’exposition automatique est activée ; sinon, false.