Share via


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

适用于