共用方式為


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

適用於