WindowRectChangingEventArgs.OldWindowRect 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得視窗將變更的舊矩形(如果沒有任何專案阻止變更)。
public:
property RectInt32 OldWindowRect { RectInt32 get(); };
RectInt32 OldWindowRect();
public RectInt32 OldWindowRect { get; }
var rectInt32 = windowRectChangingEventArgs.oldWindowRect;
Public ReadOnly Property OldWindowRect As RectInt32
屬性值
視窗將從中變更的舊矩形(如果沒有任何專案導致變更)。