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

適用於