다음을 통해 공유


RegionOfInterest.AutoExposureEnabled 속성

정의

자동 노출을 사용할 수 있는지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool AutoExposureEnabled { bool get(); void set(bool value); };
bool AutoExposureEnabled();

void AutoExposureEnabled(bool value);
public bool AutoExposureEnabled { get; set; }
var boolean = regionOfInterest.autoExposureEnabled;
regionOfInterest.autoExposureEnabled = boolean;
Public Property AutoExposureEnabled As Boolean

속성 값

Boolean

bool

자동 노출을 사용하도록 설정하면 true이고, 그렇지 않으면 false입니다.

적용 대상