Partager via


WindowRectChangedEventArgs.OldWindowRect Property

Definition

Gets the old rect from which the window changed.

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

Property Value

The old rect from which the window changed.

Applies to