Partager via


RegionOfInterest.AutoWhiteBalanceEnabled Propriété

Définition

Obtient ou définit une valeur qui spécifie si la balance automatique des blancs est activée.

public:
 property bool AutoWhiteBalanceEnabled { bool get(); void set(bool value); };
bool AutoWhiteBalanceEnabled();

void AutoWhiteBalanceEnabled(bool value);
public bool AutoWhiteBalanceEnabled { get; set; }
var boolean = regionOfInterest.autoWhiteBalanceEnabled;
regionOfInterest.autoWhiteBalanceEnabled = boolean;
Public Property AutoWhiteBalanceEnabled As Boolean

Valeur de propriété

Boolean

bool

true si la balance des blancs est automatique ; sinon, false.

S’applique à