다음을 통해 공유


FlashControl.RedEyeReductionSupported 속성

정의

캡처 디바이스가 적목 현상 감소를 지원하는지 지정하는 값을 가져옵니다.

public:
 property bool RedEyeReductionSupported { bool get(); };
bool RedEyeReductionSupported();
public bool RedEyeReductionSupported { get; }
var boolean = flashControl.redEyeReductionSupported;
Public ReadOnly Property RedEyeReductionSupported As Boolean

속성 값

Boolean

bool

캡처 디바이스가 적목 현상 감소를 지원하는 경우 true입니다. 그렇지 않으면 false입니다.

설명

이 속성에 액세스하기 전에 FlashControl 개체의 Supported 속성 값을 검사 합니다. Supported가 false이면 이 속성에 액세스하려고 하면 예외가 throw됩니다.

적용 대상