次の方法で共有


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

適用対象