GraphicsCaptureItem 类

定义

使用选取器控件选择的捕获目标。

public ref class GraphicsCaptureItem sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GraphicsCaptureItem final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class GraphicsCaptureItem
Public NotInheritable Class GraphicsCaptureItem
继承
Object Platform::Object IInspectable GraphicsCaptureItem
属性

Windows 要求

设备系列
Windows 10, version 1803 (在 10.0.17134.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)

注解

版本历史记录

Windows 版本 SDK 版本 已添加值
1809 17763 CreateFromVisual

属性

DisplayName

捕获目标 (的显示名称,例如,应用程序标题) 。

Size

捕获目标的大小。

方法

CreateFromVisual(Visual)

构造表示给定视觉对象的GraphicsCaptureItem

TryCreateFromDisplayId(DisplayId)

尝试创建 一个 GraphicsCaptureItem 来表示具有指定 DisplayId 的显示器

TryCreateFromWindowId(WindowId)

尝试创建 一个 GraphicsCaptureItem 来表示具有指定 WindowId 的窗口

事件

Closed

捕获目标关闭时引发的事件。

适用于

另请参阅