다음을 통해 공유


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

적용 대상