MediaCapture.CreateRelativePanelWatcher メソッド

定義

MediaCaptureRelativePanelWatcher クラスの新しいインスタンスを作成します。これにより、指定された DisplayRegion に関連付けられているパネルが監視され、パネルの相対位置が変更されたときにアプリが通知を受け取ります。

public:
 virtual MediaCaptureRelativePanelWatcher ^ CreateRelativePanelWatcher(StreamingCaptureMode captureMode, DisplayRegion ^ displayRegion) = CreateRelativePanelWatcher;
MediaCaptureRelativePanelWatcher CreateRelativePanelWatcher(StreamingCaptureMode const& captureMode, DisplayRegion const& displayRegion);
public MediaCaptureRelativePanelWatcher CreateRelativePanelWatcher(StreamingCaptureMode captureMode, DisplayRegion displayRegion);
function createRelativePanelWatcher(captureMode, displayRegion)
Public Function CreateRelativePanelWatcher (captureMode As StreamingCaptureMode, displayRegion As DisplayRegion) As MediaCaptureRelativePanelWatcher

パラメーター

displayRegion
DisplayRegion

関連付けられたパネルが変更を監視する DisplayRegion 。 通常、この表示領域はカメラ ビュー ファインダー UI 要素であるため、ビュー ファインダーを含むパネルの相対位置が変更された場合にアプリが警告されます。

戻り値

MediaCaptureRelativePanelWatcher クラスの新しいインスタンス。

Windows の要件

デバイス ファミリ
Windows 10, version 2004 (10.0.19041.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v10.0 で導入)

注釈

アプリでは、ウォッチャーに関連付けられている DisplayRegion が変更されるたびに発生する DisplayRegion.Changed イベントのハンドラーを実装する必要があります。 このハンドラーでは、アプリでウォッチャー オブジェクトを破棄し、オブジェクトを再作成し、 MediaCaptureRelativePanelWatcher.Changed イベントのハンドラーを再登録する必要があります。

適用対象

こちらもご覧ください

  • <xref:Windows.Media.Capture.MediaCaptureRelativePanelWatcher%0a%5bDisplayRegion%5d(%2fuwp%2fapi%2fwindows.ui.windowmanagement.displayregion)>