共用方式為


WindowRectChangedEventArgs.OldWindowRect 屬性

定義

取得窗口變更的舊矩形。

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

屬性值

視窗從中變更的舊矩形。

適用於