Compartir a través de


WindowRectChangedEventArgs.OldWindowRect Propiedad

Definición

Obtiene la antigua corrección de la que cambió la ventana.

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

Valor de propiedad

La antigua corrección de la que cambió la ventana.

Se aplica a