次の方法で共有


FrameFlashCapabilities.RedEyeReductionSupported プロパティ

定義

可変の写真シーケンス内のフレームに対して赤目の減少がサポートされているかどうかを示す値を取得します。

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

プロパティ値

Boolean

bool

True を指定すると、赤い目の減少がサポートされます。それ以外の場合は false。

適用対象