DisplayArea 类

定义

表示可在其中向用户显示视图的显示器区域。

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

属性

DisplayId

获取与 关联的显示标识符 DisplayArea

IsPrimary

获取一个值,该值指示 是否 DisplayArea 位于主监视器上。

OuterBounds

获取描述 的边界的 DisplayArea矩形,其中 X、Y 偏移量位于屏幕坐标空间内。

Primary

获取桌面的主 DisplayArea 节点。

WorkArea

获取 的工作区的 DisplayArea矩形,其中 X、Y 偏移量在显示区域的边界内。

方法

CreateWatcher()

创建一个 , DisplayAreaWatcher 当 或 显示区域集合发生更改时 DisplayArea 发出通知。

FindAll()

检索系统中当前存在的所有显示区域的列表。

GetFromDisplayId(DisplayId)

获取指定的 DisplayAreaDisplayId

GetFromPoint(PointInt32, DisplayAreaFallback)

DisplayArea获取指定 Point 存在的位置。

GetFromRect(RectInt32, DisplayAreaFallback)

DisplayArea获取指定矩形所在的 位置。

GetFromWindowId(WindowId, DisplayAreaFallback)

获取指定的 DisplayAreaWindowId

适用于