次の方法で共有


WindowRectChangingEventArgs.OldWindowRect プロパティ

定義

ウィンドウが変更される古い rect を取得します (何も変更できない場合)。

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

プロパティ値

ウィンドウが変更される古い rect (何も変更できない場合)。

適用対象