RegionOfInterest.AutoExposureEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die automatische Belichtung aktiviert ist, oder legt diesen fest.

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

Eigenschaftswert

Boolean

bool

true , wenn die automatische Belichtung aktiviert ist; andernfalls false.

Gilt für: