共用方式為


WindowRectChangingEventArgs.OldWindowRect 屬性

定義

取得視窗將變更的舊矩形(如果沒有任何專案阻止變更)。

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

屬性值

視窗將從中變更的舊矩形(如果沒有任何專案導致變更)。

適用於