次の方法で共有


RegionsOfInterestControl.AutoFocusSupported プロパティ

定義

キャプチャ デバイスで自動フォーカスがサポートされているかどうかを示す値を取得します。

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

プロパティ値

Boolean

bool

自動フォーカスがサポートされている場合は true。それ以外の場合は false

適用対象