次の方法で共有


WindowRectChangedEventArgs クラス

定義

WindowRectChanged イベントのイベント データを格納します。

public ref class WindowRectChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65542)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowRectChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65542)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowRectChangedEventArgs
Public NotInheritable Class WindowRectChangedEventArgs
継承
Object Platform::Object IInspectable WindowRectChangedEventArgs
属性

プロパティ

MoveSizeOperation

移動サイズ ループで実行される操作の種類を取得します。

NewWindowRect

ウィンドウが変更された新しい位置を取得します。

OldWindowRect

ウィンドウが変更された古い rect を取得します。

PointerScreenPoint

ウィンドウ位置の変更が完了したときのポインターの位置を取得します。

適用対象