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

属性值

窗口从中更改的旧矩形。

适用于