共用方式為


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

適用於