RegionsOfInterestControl.AutoExposureSupported 属性

定义

获取一个值,该值指定捕获设备上是否支持自动公开。

public:
 property bool AutoExposureSupported { bool get(); };
bool AutoExposureSupported();
public bool AutoExposureSupported { get; }
var boolean = regionsOfInterestControl.autoExposureSupported;
Public ReadOnly Property AutoExposureSupported As Boolean

属性值

Boolean

bool

如果支持自动曝光,则为 true;否则为 false

适用于