次の方法で共有


WindowRectChangedEventArgs.NewWindowRect プロパティ

定義

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

public:
 property RectInt32 NewWindowRect { RectInt32 get(); };
RectInt32 NewWindowRect();
public RectInt32 NewWindowRect { get; }
var rectInt32 = windowRectChangedEventArgs.newWindowRect;
Public ReadOnly Property NewWindowRect As RectInt32

プロパティ値

ウィンドウが変更された新しい位置。

適用対象