WindowRectChangingEventArgs.OldWindowRect 属性

定义

获取窗口将从中更改的旧矩形(如果没有阻止更改)。

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

属性值

窗口将从中更改的旧矩形(如果没有阻止更改)。

适用于