다음을 통해 공유


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입니다.

적용 대상