MediaCapture.CreateRelativePanelWatcher 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 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
参数
- captureMode
- StreamingCaptureMode
- 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)>