次の方法で共有


CapturedFrameControlValues.FocusState プロパティ

定義

可変の写真シーケンス内のフレームのフォーカス状態を取得します。

public:
 property IReference<MediaCaptureFocusState> ^ FocusState { IReference<MediaCaptureFocusState> ^ get(); };
IReference<MediaCaptureFocusState> FocusState();
public System.Nullable<MediaCaptureFocusState> FocusState { get; }
var iReference = capturedFrameControlValues.focusState;
Public ReadOnly Property FocusState As Nullable(Of MediaCaptureFocusState)

プロパティ値

可変写真シーケンス内のフレームのフォーカス状態。

適用対象