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

X,Y オフセットが画面座標空間内にある、 の DisplayArea境界を表す四角形を取得します。

Primary

デスクトップのプライマリ DisplayArea を取得します。

WorkArea

X,Y オフセットが表示領域の DisplayArea境界内にある、 の作業領域の四角形を取得します。

メソッド

CreateWatcher()

DisplayAreaWatcherまたは表示領域のコレクションが変更されたときにDisplayArea通知する を作成します。

FindAll()

システムに現在存在するすべての表示領域の一覧を取得します。

GetFromDisplayId(DisplayId)

指定した DisplayAreaDisplayId を取得します。

GetFromPoint(PointInt32, DisplayAreaFallback)

指定した PointDisplayArea存在する 場所を取得します。

GetFromRect(RectInt32, DisplayAreaFallback)

指定した DisplayArea 四角形が存在する場所を取得します。

GetFromWindowId(WindowId, DisplayAreaFallback)

指定した DisplayAreaWindowId を取得します。

適用対象