次の方法で共有


WindowRectChangedEventArgs.OldWindowRect プロパティ

定義

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

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

プロパティ値

ウィンドウが変更された古い rect。

適用対象